KT-6132 No smart completion for argument of java static method
#KT-6132 Fixed
This commit is contained in:
+8
@@ -0,0 +1,8 @@
|
||||
package p1
|
||||
|
||||
fun test(s: String, i: Int) {
|
||||
p2.foo(<caret>)
|
||||
|
||||
fun foo(i: Int) = i
|
||||
|
||||
// EXIST: s
|
||||
@@ -0,0 +1,3 @@
|
||||
package p2
|
||||
|
||||
fun foo(s: String) {}
|
||||
Reference in New Issue
Block a user