Files
kotlin-fork/idea/idea-completion/testData/basic/common/annotations/ParameterAnnotation9.kt
T
2021-06-03 19:38:30 +03:00

12 lines
168 B
Kotlin
Vendored

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