6 lines
77 B
Plaintext
Vendored
6 lines
77 B
Plaintext
Vendored
annotation class MyAnnotation(val x: Int = 10)
|
|
|
|
@MyAnnotation
|
|
fun test() {
|
|
|
|
} |