compiler testdata: s/trait/interface
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
|
||||
trait MyIterator<T> {
|
||||
interface MyIterator<T> {
|
||||
fun hasNext() : Boolean
|
||||
fun next() : T
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user