#KT-1604 Auto-completion of .sure() incorrectly imports jet.sure - test
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
fun main(args : Array<String>) {
|
||||
"".sur<caret>
|
||||
}
|
||||
@@ -0,0 +1,3 @@
|
||||
fun main(args : Array<String>) {
|
||||
"".sure()
|
||||
}
|
||||
@@ -60,6 +60,10 @@ public class CompletionHandlerTest extends LightCompletionTestCase {
|
||||
doTest();
|
||||
}
|
||||
|
||||
public void testSureInsert() {
|
||||
doTest();
|
||||
}
|
||||
|
||||
public void doTest() {
|
||||
doTest(CompletionType.BASIC, 2, null);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user