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