3756b6f54d
#KT-12134 Fixed
10 lines
165 B
Kotlin
Vendored
10 lines
165 B
Kotlin
Vendored
package my.simple.name
|
|
|
|
class Foo
|
|
class Bar
|
|
|
|
fun main() {
|
|
val a = my.simple.name<caret>.Foo()
|
|
val b = my.simple.name.Bar()
|
|
val c = my.simple.name.Foo()
|
|
} |