compiler testdata: s/trait/interface
This commit is contained in:
+1
-1
@@ -1,4 +1,4 @@
|
||||
trait Foo
|
||||
interface Foo
|
||||
|
||||
class <!CONFLICTING_JVM_DECLARATIONS!>Bar(f: Foo)<!> : Foo by f {
|
||||
<!CONFLICTING_JVM_DECLARATIONS!>val `$delegate_0`: Foo?<!> = null
|
||||
|
||||
Reference in New Issue
Block a user