compiler testdata: s/trait/interface
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
class Bar {
|
||||
}
|
||||
|
||||
trait Foo {
|
||||
interface Foo {
|
||||
fun xyzzy(x: Any?): String
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user