More tests

This commit is contained in:
Valentin Kipyatkov
2014-10-15 15:59:47 +04:00
parent 2365db1367
commit afa59a616c
4 changed files with 51 additions and 0 deletions
@@ -0,0 +1,13 @@
fun String.foo(c: Char){}
class C {
fun foo(i: Int){}
fun bar(foo: (String) -> Unit, p1: String, p2: Int, p3: Char) {
foo(<caret>)
}
}
// EXIST: p1
// EXIST: p2
// ABSENT: p3