7 lines
70 B
Kotlin
Vendored
7 lines
70 B
Kotlin
Vendored
public open class T: A
|
|
|
|
public object O1: A()
|
|
|
|
public object O2: T()
|
|
|