Avoid postfix op without feature import

This commit is contained in:
Som Snytt 2018-04-29 13:05:51 -07:00
parent f000f2b39c
commit 93e9876b1a
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
}
}
}