Declare Variable, Add type annotation action for Introduce Variable feature.

This commit is contained in:
Alefas
2012-02-14 21:31:27 +04:00
parent a03922d467
commit 39d442b04f
6 changed files with 168 additions and 11 deletions
-8
View File
@@ -1,8 +0,0 @@
fun a(op: (Int) -> Int) {}
fun b() {
a {it}
a {
it
}
2 + 2
}