Create from usage: Support static Java members
This commit is contained in:
+7
@@ -0,0 +1,7 @@
|
||||
// "Create function 'foo'" "false"
|
||||
// ACTION: Split property declaration
|
||||
// ERROR: Unresolved reference: foo
|
||||
|
||||
fun test() {
|
||||
val a: Int = J.<caret>foo("1", 2)
|
||||
}
|
||||
Reference in New Issue
Block a user