7f627ab480
These are mostly mechanical changes.
7 lines
95 B
Kotlin
Vendored
7 lines
95 B
Kotlin
Vendored
annotation class TestAnnotation
|
|
|
|
fun foo() {
|
|
@TestAnnotation
|
|
val bar = "lorem ipsum"
|
|
}
|