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