mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-03-10 08:31:29 +00:00
4 lines
91 B
Kotlin
Vendored
4 lines
91 B
Kotlin
Vendored
// CHECK_BY_JAVA_FILE
|
|
annotation class Anno
|
|
|
|
class TestClass(@setparam:Anno var hello: Int) |