compiler testdata: s/trait/interface
This commit is contained in:
+1
-1
@@ -1,6 +1,6 @@
|
||||
open class Required
|
||||
|
||||
trait A : <!TRAIT_WITH_SUPERCLASS!>Required<!>
|
||||
interface A : <!TRAIT_WITH_SUPERCLASS!>Required<!>
|
||||
|
||||
val a = <!UNMET_TRAIT_REQUIREMENT!>object<!> : A {}
|
||||
val b: A = object : A, Required() {}
|
||||
|
||||
Reference in New Issue
Block a user