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,9 @@
|
||||
fun foo(r: Runnable){}
|
||||
|
||||
fun bar(){
|
||||
foo(Thread.currentThread())<caret>
|
||||
}
|
||||
|
||||
|
||||
// INVOCATION_COUNT: 2
|
||||
// ELEMENT_TEXT: Thread.currentThread
|
||||
Reference in New Issue
Block a user