147521d6cb
#KT-16118 Fixed #KT-30007 Fixed
14 lines
173 B
Plaintext
Vendored
14 lines
173 B
Plaintext
Vendored
import Outer.Inner as Inner1
|
|
|
|
class Outer {
|
|
class Inner
|
|
}
|
|
|
|
class Test(){
|
|
fun test(){
|
|
val i = Inner1()
|
|
}
|
|
fun test2(){
|
|
val i = Inner1()
|
|
}
|
|
} |