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