compiler testdata: s/trait/interface
This commit is contained in:
@@ -112,7 +112,7 @@ fun testFunctionLiterals() {
|
||||
}
|
||||
}
|
||||
|
||||
trait Trait {
|
||||
interface Trait {
|
||||
fun foo()
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user