Rewritten resolving conflicting imports on adding new import with star action (KT-18503)
#KT-18503 Fixed
This commit is contained in:
committed by
Nikolay Krasko
parent
ed5051a5e3
commit
5aa7216c13
@@ -0,0 +1,8 @@
|
||||
// IMPORT: java.util.Calendar
|
||||
package p
|
||||
|
||||
import dependency.*
|
||||
import dependency.Date
|
||||
import java.util.*
|
||||
|
||||
val d = Date()
|
||||
Reference in New Issue
Block a user