Files
kotlin-fork/idea/idea-completion/testData/basic/common/annotations/ParameterAnnotation2.kt
T
Roman Golyshev 3d5ec8aa10 FIR Completion: Add simple classifiers completion
- This also fixes a few test
2020-09-02 14:32:53 +03:00

8 lines
125 B
Kotlin
Vendored

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