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.lang.annotation.ElementType
|
||||
|
||||
fun foo(){
|
||||
val e : java.lang.annotation.ElementType = ElementType.FIELD<caret>
|
||||
}
|
||||
Reference in New Issue
Block a user