Merge pull request #4132 from som-snytt/issue/compat-postfix

Avoid postfix op without feature import
This commit is contained in:
Dale Wijnand 2018-04-30 11:32:11 +01:00 committed by GitHub
commit 5456eb5ec9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -149,7 +149,7 @@ abstract class Compat {
import analyzer._ // this is where MEA lives in 2.11.x
tree.attachments.all.collect {
case att: MacroExpansionAttachment => att.expandee
} headOption
}.headOption
}
}
}