Files
kotlin-fork/idea/idea-completion/testData/basic/common/annotations/ParameterAnnotation9.kt
T
2015-09-23 12:18:12 +03:00

11 lines
150 B
Kotlin
Vendored

annotation class SHello
val v = 1
fun foo(@[S<caret>) { }
// INVOCATION_COUNT: 1
// EXIST: SHello
// EXIST: Suppress
// ABSENT: String
// ABSENT: v