a00c524074
#KT-10174 Fixed
7 lines
64 B
Kotlin
Vendored
7 lines
64 B
Kotlin
Vendored
package foo.bar
|
|
|
|
import baz.Baz
|
|
|
|
class Foo {
|
|
val b = Baz()
|
|
} |