Smart completion: imports insertion + fixed both behaviour and presentation of qualified members in lookup
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
import java.util.HashMap
|
||||
import java.util.AbstractMap
|
||||
import java.io.File
|
||||
|
||||
class X<T> {
|
||||
fun foo(p: java.util.HashMap<T, java.util.AbstractMap<T, java.io.File>>){}
|
||||
|
||||
fun f(){
|
||||
foo(HashMap<T, AbstractMap<T, File>>(<caret>))
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user