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

3 lines
70 B
Kotlin
Vendored

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