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