Renamed intention to more clear name
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
trait Foo {
|
||||
fun foo(f: (Int) -> Unit)
|
||||
}
|
||||
fun foo(x: Foo) {
|
||||
<caret>x foo { it * 2 }
|
||||
}
|
||||
Reference in New Issue
Block a user