compiler testdata: s/trait/interface
This commit is contained in:
@@ -5,7 +5,7 @@ open class Base() {
|
||||
}
|
||||
|
||||
open class Left() : Base() {}
|
||||
trait Right : Base {}
|
||||
interface Right : Base {}
|
||||
|
||||
class D() : Left(), Right
|
||||
|
||||
|
||||
Reference in New Issue
Block a user