3 lines
78 B
Kotlin
Vendored
3 lines
78 B
Kotlin
Vendored
annotation class TestAnn(val x: Int)
|
|
|
|
@TestAnn(42) fun testSimpleFunction() {} |