6 lines
91 B
Kotlin
Vendored
6 lines
91 B
Kotlin
Vendored
// IS_APPLICABLE: false
|
|
// WITH_RUNTIME
|
|
class Test {
|
|
@JvmField
|
|
var <caret>foo = 1
|
|
} |