4144adf4ee
#KT-35346 Fixed
7 lines
115 B
Kotlin
Vendored
7 lines
115 B
Kotlin
Vendored
// WITH_RUNTIME
|
|
interface KotlinInterface {
|
|
object O {
|
|
@JvmField
|
|
<caret>val bar = Any()
|
|
}
|
|
} |