Files
kotlin-fork/idea/idea-completion/testData/keywords/UseSiteTargetForPrimaryConstructorParameter.kt
T
Mikhail Zarechenskiy 8f8143d3ed Fix IAE for wrong use-site @file annotation
#EA-100189 Fixed
2017-08-07 18:49:57 +03:00

17 lines
280 B
Kotlin
Vendored

annotation class Ann
class Completion(@get:Ann val p1: String, @<caret>)
// EXIST: get
// EXIST: set
// EXIST: field
// EXIST: param
// EXIST: setparam
// EXIST: property
/*TODO: in fact is not applicable */
// EXIST: receiver
// EXIST: delegate
// EXIST: file
// NOTHING_ELSE