b45aeda711
#KT-30833 Fixed
9 lines
82 B
Plaintext
Vendored
9 lines
82 B
Plaintext
Vendored
package test
|
|
|
|
import test.Foo as <caret>Foo1
|
|
|
|
class Foo
|
|
|
|
fun main() {
|
|
Foo1()
|
|
} |