Fixed bug in reference shortening related on on the fly import optimization
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
// OPTIMIZE_IMPORTS: true
|
||||
// NAME_COUNT_TO_USE_STAR_IMPORT: 1
|
||||
import java.util.HashMap
|
||||
|
||||
val v: HashMap<String, <selection>java.util.Date</selection>>
|
||||
@@ -0,0 +1,5 @@
|
||||
// OPTIMIZE_IMPORTS: true
|
||||
// NAME_COUNT_TO_USE_STAR_IMPORT: 1
|
||||
import java.util.*
|
||||
|
||||
val v: HashMap<String, Date>
|
||||
Reference in New Issue
Block a user