blob: d1758a4500b1a437c36908a6a6949b4ee32bf09f [file] [log] [blame]
package test2
import test.BaseOtherPackage
class DerivedOtherPackage protected constructor() : BaseOtherPackage() {
init {
foo()
val i = i
}
}