Completion: escaping of named arguments

This commit is contained in:
Valentin Kipyatkov
2014-08-27 21:45:46 +04:00
parent d64f930ff1
commit 89aaa018fe
18 changed files with 63 additions and 50 deletions
@@ -48,7 +48,9 @@ public class BasicCompletionHandlerTest : CompletionHandlerTestBase(){
fun testNamedParametersCompletion() = doTest()
fun testNamedParametersCompletionOnEqual() = doTest(0, "paramTest", null, '=')
fun testNamedParametersCompletionOnEqual() = doTest(0, "paramTest =", null, '=')
fun testNamedParameterKeywordName() = doTest(1, "class =", null, '\n')
fun testInsertJavaClassImport() = doTest()