compiler testdata: s/trait/interface
This commit is contained in:
@@ -1,12 +1,12 @@
|
||||
trait A {
|
||||
interface A {
|
||||
fun test(): String
|
||||
}
|
||||
|
||||
trait B {
|
||||
interface B {
|
||||
fun test(): String
|
||||
}
|
||||
|
||||
trait C: A, B
|
||||
interface C: A, B
|
||||
|
||||
class Z(val param: String): C {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user