Completion: escaping of named arguments
This commit is contained in:
@@ -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()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user