compiler testdata: s/trait/interface
This commit is contained in:
@@ -6,7 +6,7 @@ open class B : A() {
|
||||
override fun foo() = super.foo()
|
||||
}
|
||||
|
||||
trait I
|
||||
interface I
|
||||
|
||||
class C : I, B() {
|
||||
override fun foo() = super<B>.foo()
|
||||
|
||||
Reference in New Issue
Block a user