Add JetInvokeFunctionReference for JetCallExpression
This commit is contained in:
@@ -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
-1
@@ -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>
|
||||
}
|
||||
Reference in New Issue
Block a user