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();
|
||||
}
|
||||
|
||||
public void testExtFunction() {
|
||||
doTest();
|
||||
}
|
||||
|
||||
public void testHigherOrderFunction() {
|
||||
doTest();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user