11 lines
129 B
Kotlin
Vendored
11 lines
129 B
Kotlin
Vendored
package test
|
|
|
|
open class BaseOtherPackage protected constructor() {
|
|
|
|
protected fun foo() {
|
|
|
|
}
|
|
|
|
protected var i = 1
|
|
}
|