Files
kotlin-fork/compiler/testData/diagnostics/tests/annotations/AnnotatedConstructor.fir.kt
T

2 lines
53 B
Kotlin
Vendored

annotation class ann
class Annotated(@ann val x: Int)