Files
kotlin-fork/compiler/testData/asJava/lightClasses/lightClassByPsi/annotationWithSetParamPropertyModifier.kt
T
2023-01-02 15:05:38 +00:00

4 lines
91 B
Kotlin
Vendored

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