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