10 lines
140 B
Kotlin
Vendored
10 lines
140 B
Kotlin
Vendored
package test3
|
|
|
|
import test.*
|
|
|
|
class DerivedOtherPackageKotlin : BaseOtherPackage() {
|
|
init {
|
|
foo()
|
|
val i = this.i
|
|
}
|
|
} |