6 lines
72 B
Kotlin
Vendored
6 lines
72 B
Kotlin
Vendored
// FLOW: OUT
|
|
// WITH_RUNTIME
|
|
|
|
class A {
|
|
@JvmField val <caret>x = 1
|
|
} |