compiler testdata: s/trait/interface
This commit is contained in:
@@ -11,6 +11,6 @@ fun bar(foo: Foo) {
|
||||
42
|
||||
}
|
||||
|
||||
trait Foo {
|
||||
interface Foo {
|
||||
var c: Int
|
||||
}
|
||||
Reference in New Issue
Block a user