7 lines
92 B
Kotlin
Vendored
7 lines
92 B
Kotlin
Vendored
interface A
|
|
class AImpl : A
|
|
|
|
class B : <!UNSUPPORTED!>A by AImpl()<!> {
|
|
constructor()
|
|
}
|