KT-15311 "Add Import" intention generates incorrect code
#KT-15311 fixed
This commit is contained in:
committed by
Simon Ogorodnik
parent
1613ad0505
commit
cd73d17bd4
@@ -0,0 +1,7 @@
|
||||
// INTENTION_TEXT: "Add import for 'java.util.ArrayList'"
|
||||
// WITH_RUNTIME
|
||||
|
||||
fun test() {
|
||||
val myList = java.util<caret>.ArrayList<Int>()
|
||||
val otherList = java.util.ArrayList<String>()
|
||||
}
|
||||
Reference in New Issue
Block a user