IDE testdata: s/trait/interface
This commit is contained in:
@@ -2,6 +2,6 @@ fun foo(x: Foo) {
|
||||
x.<caret>foo { it * 2 }
|
||||
}
|
||||
|
||||
trait Foo {
|
||||
interface Foo {
|
||||
fun foo(f: (Int) -> Int)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user