04a088039c
The tests fail spectacularly at this point in time.
7 lines
57 B
Kotlin
Vendored
7 lines
57 B
Kotlin
Vendored
interface I {
|
|
fun foo()
|
|
}
|
|
|
|
class A(i: I): I by i {
|
|
|
|
} |