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