Add JetInvokeFunctionReference for JetCallExpression

This commit is contained in:
Natalia.Ukhorskaya
2013-03-13 13:42:09 +04:00
parent 4039202806
commit 37986891df
15 changed files with 211 additions and 15 deletions
@@ -1,3 +1,3 @@
fun main(args: Array<String>) {
throw IllegalAccessExceptio<caret>() //Press Ctrl+Space and select it
throw IllegalAccessExceptio<caret> //Press Ctrl+Space and select it
}
@@ -1,3 +1,3 @@
fun main(args: Array<String>) {
throw IllegalAccessException<caret>() //Press Ctrl+Space and select it
throw IllegalAccessException<caret> //Press Ctrl+Space and select it
}
@@ -9,5 +9,5 @@ class A {
}
fun testMy() {
A.testOthe<caret>()
A.testOthe<caret>
}