8 lines
125 B
Kotlin
Vendored
8 lines
125 B
Kotlin
Vendored
class C {
|
|
@JvmField public val foo: String = "OK"
|
|
}
|
|
|
|
fun box(): String {
|
|
return Test.invokeMethodWithPublicField()
|
|
}
|