9 lines
148 B
Kotlin
Vendored
9 lines
148 B
Kotlin
Vendored
// IS_APPLICABLE: false
|
|
// WITH_RUNTIME
|
|
|
|
interface KotlinInterface {
|
|
companion object {
|
|
@JvmField
|
|
val <caret>bar = Any()
|
|
}
|
|
} |