compiler testdata: s/trait/interface
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
class Test {
|
||||
trait Foo { }
|
||||
interface Foo { }
|
||||
|
||||
class FooImplNested: Foo { }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user