d690aedb89
#KT-22229 Fixed
7 lines
72 B
Kotlin
Vendored
7 lines
72 B
Kotlin
Vendored
package bar
|
|
|
|
import foo.getValue
|
|
|
|
fun foo() {
|
|
val x : String by ""
|
|
} |