c6a9c36275
#KT-16833 Fixed
8 lines
102 B
Kotlin
Vendored
8 lines
102 B
Kotlin
Vendored
// FLOW: IN
|
|
// RUNTIME_WITH_REFLECT
|
|
|
|
val foo: Int by D.INSTANCE
|
|
|
|
fun test() {
|
|
val <caret>x = foo
|
|
} |