Files
kotlin-fork/compiler/testData/ir/irText/declarations/annotations/functionsWithAnnotations.kt
T
2018-04-09 11:24:37 +03:00

3 lines
78 B
Kotlin
Vendored

annotation class TestAnn(val x: Int)
@TestAnn(42) fun testSimpleFunction() {}