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