646f325f57
#KT-30879 Fixed
16 lines
122 B
Kotlin
Vendored
16 lines
122 B
Kotlin
Vendored
// WITH_RUNTIME
|
|
|
|
import B.G
|
|
|
|
fun test() {
|
|
<caret>B.G.let { it }
|
|
}
|
|
|
|
class B {
|
|
object G
|
|
}
|
|
|
|
class C {
|
|
object G
|
|
}
|