725df49c8c
(cherry picked from commit f3fa779)
9 lines
123 B
Plaintext
Vendored
9 lines
123 B
Plaintext
Vendored
interface Interface
|
|
|
|
interface Another
|
|
|
|
abstract class Base
|
|
|
|
class Derived(val x: String) : Interface, Base(), Another {
|
|
|
|
} |