blob: 80e22e9ff087e04e07464e69aea94aa8869382b9 [file]
package test2
import test.*
class DerivedOtherPackage protected constructor() : BaseOtherPackage() {
init {
foo()
val i = this.i
}
}