6 lines
94 B
Kotlin
Vendored
6 lines
94 B
Kotlin
Vendored
annotation class TestAnnotation
|
|
|
|
fun foo() {
|
|
@TestAnnotation
|
|
val bar = "lorem ipsum"
|
|
} |