4de582564c
#KT-32409 Fixed Part of #KT-31331
7 lines
54 B
Kotlin
Vendored
7 lines
54 B
Kotlin
Vendored
package a.b
|
|
|
|
import a.*
|
|
|
|
class Foo(
|
|
val bar: Bar
|
|
) |