Files
kotlin-fork/compiler/testData/ir/irText/declarations/annotations/functionsWithAnnotations.kt
T

4 lines
95 B
Kotlin
Vendored

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