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
}