8e8ecc48ad
^KT-50771
8 lines
71 B
Kotlin
Vendored
8 lines
71 B
Kotlin
Vendored
package lib2
|
|
|
|
import lib1.A
|
|
|
|
class B : A {
|
|
override val foo = 42
|
|
}
|