Files
kotlin-fork/idea/idea-completion/testData/basic/common/annotations/ParameterAnnotation3.kt
T
2015-10-15 19:20:09 +03:00

11 lines
157 B
Kotlin
Vendored

annotation class Hello
val v = 1
fun foo(p: String, @<caret>) { }
// INVOCATION_COUNT: 1
// EXIST: Hello
// EXIST: Suppress
// ABSENT: String
// ABSENT: v