compiler testdata: s/trait/interface
This commit is contained in:
@@ -11,7 +11,7 @@ class AssertionChecker(val illegalStateExpected: Boolean) {
|
||||
}
|
||||
|
||||
|
||||
trait Tr {
|
||||
interface Tr {
|
||||
fun foo(): String
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user