KT-6628 Allow imports of classes from root package
#KT-6628 Fixed
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
package nonRoot
|
||||
import java.lang.* // will not import Fake
|
||||
import java.lang.*
|
||||
|
||||
fun foo() {
|
||||
<caret>Fake()
|
||||
}
|
||||
|
||||
//REF_EMPTY
|
||||
//REF: (java.lang).Fake
|
||||
Reference in New Issue
Block a user