KT-4977 Smart completion should work for arguments in brackets

#KT-4977 Fixed
This commit is contained in:
Valentin Kipyatkov
2015-10-06 16:44:57 +03:00
parent ab41641a19
commit fa51ca5716
10 changed files with 78 additions and 6 deletions
@@ -0,0 +1,6 @@
fun foo(map: Map<String, Int>, p1: Any, p2: String) {
map[<caret>]
}
// ABSENT: p1
// EXIST: p2