blob: 07327a027d32649c1d081169479856c9ea5e790d [file] [log] [blame]
package a
import b.*
class A
class X(val y: Y? = null)
class Z : Y()
fun topLevelA1() {
topLevelB()
}
fun topLevelA2() {}