compiler testdata: s/trait/interface
This commit is contained in:
@@ -11,6 +11,6 @@ enum class MyEnum : T {
|
||||
}
|
||||
}
|
||||
|
||||
trait T {
|
||||
interface T {
|
||||
fun f(): String
|
||||
}
|
||||
Reference in New Issue
Block a user