Adapted completion in lambda signatures to modern syntax

This commit is contained in:
Valentin Kipyatkov
2015-07-06 21:07:33 +03:00
parent 60ea98f870
commit 75d668bc19
11 changed files with 33 additions and 74 deletions
@@ -1,5 +1,5 @@
fun bar() {
val handler = { (i: Int, <caret>) }
val handler = { i: Int, <caret> }
}
// NUMBER: 0