This commit is contained in:
Valentin Kipyatkov
2015-06-16 17:34:30 +03:00
parent c91a359fea
commit e0f1bde20a
18 changed files with 74 additions and 74 deletions
@@ -0,0 +1,12 @@
val paramTest = 12
fun small(paramFirst: Int, paramSecond: Int) {
}
fun test() = small(param<caret>First = 12)
// EXIST: paramFirst
// EXIST: paramSecond
// EXIST: paramTest
// NOTHING_ELSE