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

2 lines
52 B
Kotlin
Vendored

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