10 lines
158 B
Kotlin
Vendored
10 lines
158 B
Kotlin
Vendored
package test2
|
|
|
|
import test.*
|
|
|
|
class DerivedOtherPackage protected constructor() : BaseOtherPackage() {
|
|
init {
|
|
foo()
|
|
val i = this.i
|
|
}
|
|
} |