#KT-1604 Auto-completion of .sure() incorrectly imports jet.sure - test

This commit is contained in:
Nikolay Krasko
2012-03-20 19:17:24 +04:00
parent 2519f4d7f2
commit b80afe44b5
3 changed files with 10 additions and 0 deletions
@@ -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);
}