Files
kotlin-fork/compiler/testData/diagnostics/tests/annotations/AnnotatedConstructor.kt
T
2015-09-08 12:11:30 +03:00

2 lines
53 B
Kotlin
Vendored

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