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

7 lines
107 B
Kotlin
Vendored

annotation class SHello
fun foo(@S<caret>) { }
// INVOCATION_COUNT: 1
// EXIST: SHello
// EXIST: Suppress