No named arguments completion in brackets

This commit is contained in:
Valentin Kipyatkov
2015-10-06 17:42:06 +03:00
parent c876759ee0
commit b997b3b09e
4 changed files with 23 additions and 4 deletions
@@ -0,0 +1,8 @@
operator fun String.get(p1: Int, p2: Int): Int = 0
fun bar() {
""[<caret>]
}
// ABSENT: p1
// ABSENT: p2