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