Importing root scope without members.
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
package nonRoot
|
||||
import java.lang.* // will not import Fake
|
||||
|
||||
fun foo() {
|
||||
<caret>Fake()
|
||||
}
|
||||
|
||||
//REF_EMPTY
|
||||
Reference in New Issue
Block a user