7 lines
67 B
Kotlin
Vendored
7 lines
67 B
Kotlin
Vendored
public interface T: A
|
|
|
|
public object O1: A()
|
|
|
|
public object O2: T
|
|
|