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