IDE testdata: s/trait/interface
This commit is contained in:
@@ -2,11 +2,11 @@ fun test(f: Foo) {
|
||||
for(i <caret>in f) {}
|
||||
}
|
||||
|
||||
trait Foo {
|
||||
interface Foo {
|
||||
fun iterator(): Iterator
|
||||
}
|
||||
|
||||
trait Iterator {
|
||||
interface Iterator {
|
||||
fun hasNext(): Boolean
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user