Static members completion works in smart completion + fixed incorrect finding of java method descriptor that caused duplicated items
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
package dependency2
|
||||
|
||||
import test.C
|
||||
|
||||
object O2 {
|
||||
fun foo(): C = C()
|
||||
}
|
||||
Reference in New Issue
Block a user