compiler testdata: s/trait/interface
This commit is contained in:
@@ -4,7 +4,7 @@ open class A {
|
||||
}
|
||||
}
|
||||
|
||||
trait T {
|
||||
interface T {
|
||||
open fun foo(): Int {
|
||||
return 3
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user