More tests

This commit is contained in:
Valentin Kipyatkov
2015-07-08 16:27:49 +03:00
parent 91c4bf7530
commit 6b78a53c3d
4 changed files with 37 additions and 0 deletions
@@ -0,0 +1,5 @@
fun bar() {
val handler = { p1: Int, p2: List<String>, <caret> }
}
// NUMBER: 0
@@ -0,0 +1,8 @@
fun bar() {
val handler = { i: Int, list: List<String>, s: <caret> }
}
// EXIST: Int
// EXIST: String
// ABSENT: bar
// ABSENT: handler