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: java.util.ArrayList
|
||||
package p
|
||||
|
||||
import dependency.*
|
||||
|
||||
val d = Date(1, 2)
|
||||
Reference in New Issue
Block a user