Files

4 lines
95 B
Kotlin
Vendored

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