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