6 lines
86 B
Kotlin
Vendored
6 lines
86 B
Kotlin
Vendored
annotation class MyAnnotation(val x: Int = 10)
|
|
|
|
@MyAnnotation(<caret>)
|
|
fun test() {
|
|
|
|
} |