Smart completion: imports insertion + fixed both behaviour and presentation of qualified members in lookup
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
import java.util.Locale
|
||||
|
||||
fun foo(){
|
||||
var l : Locale = <caret>
|
||||
}
|
||||
Reference in New Issue
Block a user