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

10 lines
136 B
Kotlin
Vendored

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