ImportMemberIntention: make more flexible based on caret position
#KT-31924 Fixed
This commit is contained in:
+1
-1
@@ -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>()
|
||||
|
||||
Reference in New Issue
Block a user