ImportMemberIntention: make more flexible based on caret position

#KT-31924 Fixed
This commit is contained in:
Dmitry Gridin
2019-06-30 17:08:59 +07:00
parent 6f2f60869c
commit 33914a3a94
12 changed files with 134 additions and 19 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
// INTENTION_TEXT: "Add import for 'java.util.ArrayList'"
// WITH_RUNTIME
// IS_APPLICABLE: false
fun test() {
val myList = java.util<caret>.ArrayList<Int>()