Added completion handler test with built-in extension function.
This commit is contained in:
@@ -0,0 +1,3 @@
|
|||||||
|
fun main(args : Array<String>) {
|
||||||
|
"".toS<caret>
|
||||||
|
}
|
||||||
@@ -0,0 +1,3 @@
|
|||||||
|
fun main(args : Array<String>) {
|
||||||
|
"".toString()
|
||||||
|
}
|
||||||
@@ -68,6 +68,10 @@ public class CompletionHandlerTest extends LightCompletionTestCase {
|
|||||||
doTest();
|
doTest();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public void testExtFunction() {
|
||||||
|
doTest();
|
||||||
|
}
|
||||||
|
|
||||||
public void testHigherOrderFunction() {
|
public void testHigherOrderFunction() {
|
||||||
doTest();
|
doTest();
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user