Files
kotlin/compiler/testData/codegen/boxMultiFile/kt5445_2/2.kt
2015-12-17 09:50:39 +03:00

5 lines
68 B
Kotlin
Vendored

package test
open class A {
@JvmField protected val s = "OK";
}