3838976083
#KT-31112 Fixed
12 lines
168 B
Kotlin
Vendored
12 lines
168 B
Kotlin
Vendored
package inspector.p30879
|
|
import inspector.p30879.C.G
|
|
|
|
val <T> T.letVar: Int; get() = 0
|
|
|
|
fun test() {
|
|
C<caret>.G.letVar
|
|
}
|
|
|
|
class B { object G }
|
|
class C { object G }
|