Import insertion helper is not confused by inaccessible classes + check visibility of imported declarations through PackageViewDescriptor instead of PackageFragmentDescriptor
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
// IMPORT: dependency.X
|
||||
package p
|
||||
|
||||
import java.util.*
|
||||
|
||||
val d = Date(1, 2)
|
||||
Reference in New Issue
Block a user