6 lines
69 B
Kotlin
Vendored
6 lines
69 B
Kotlin
Vendored
annotation class MyAnnotation
|
|
|
|
@MyAnnotation(<caret>)
|
|
fun test() {
|
|
|
|
} |