Declare Variable, Add type annotation action for Introduce Variable feature.
This commit is contained in:
@@ -1,8 +0,0 @@
|
||||
fun a(op: (Int) -> Int) {}
|
||||
fun b() {
|
||||
a {it}
|
||||
a {
|
||||
it
|
||||
}
|
||||
2 + 2
|
||||
}
|
||||
Reference in New Issue
Block a user