Looks like Kotlin plugin goes berserk when it sees...
# intellij
p
Looks like Kotlin plugin goes berserk when it sees
ElementType.PARAMETER
in
@TypeQualifierDefault({ElementType.FIELD, ElementType.PARAMETER, ElementType.METHOD})
. When I remove it, the errors disappear.
a
Can you please create an issue at http://kotl.in/issue with a reproducible example? Thanks!