blob: 66860d86c0ee95c1973995c442cda8d1e7004219 [file]
package test3
import test.*
class DerivedOtherPackageKotlin : BaseOtherPackage() {
init {
foo()
val i = this.i
}
}