1cfb81455c
#KT-31389 Fixed
12 lines
221 B
Kotlin
Vendored
12 lines
221 B
Kotlin
Vendored
// JVM_TARGET: 1.8
|
|
// WITH_RUNTIME
|
|
|
|
annotation class Annotation {
|
|
companion object {
|
|
@JvmStatic val TEST_FIELD = "OK"
|
|
|
|
var TEST_FIELD2 = ""
|
|
@JvmStatic get
|
|
@JvmStatic set
|
|
}
|
|
} |