7 lines
63 B
Kotlin
7 lines
63 B
Kotlin
public trait T: A
|
|
|
|
public object O1: A()
|
|
|
|
public object O2: T
|
|
|