// DO_NOT_CHECK_SYMBOL_RESTORE package test class SomeClass fun topLevel() { open class Base { fun withOuter(): Outer? = null fun withOuterAndOwn(t: T): Outer? = null } class Child : Base() { fun noGenerics() {} } }