type unescaped in *.kt files
This commit is contained in:
@@ -111,13 +111,13 @@ public class BasicCompletionHandlerTest : CompletionHandlerTestBase(){
|
||||
|
||||
fun testSingleBrackets() {
|
||||
fixture.configureByFile(fileName())
|
||||
fixture.`type`('(')
|
||||
fixture.type('(')
|
||||
checkResult()
|
||||
}
|
||||
|
||||
fun testInsertFunctionWithBothParentheses() {
|
||||
fixture.configureByFile(fileName())
|
||||
fixture.`type`("test()")
|
||||
fixture.type("test()")
|
||||
checkResult()
|
||||
}
|
||||
|
||||
|
||||
@@ -138,7 +138,7 @@ public abstract class CompletionHandlerTestBase() : JetLightCodeInsightFixtureTe
|
||||
}).execute().throwException()
|
||||
}
|
||||
else {
|
||||
fixture.`type`(completionChar)
|
||||
fixture.type(completionChar)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user