Files
kotlin/compiler/testData/asJava/ultraLightClasses/annotationWithSetParamPropertyModifier.kt

4 lines
91 B
Kotlin
Vendored

// CHECK_BY_JAVA_FILE
annotation class Anno
class TestClass(@setparam:Anno var hello: Int)