Current package members to have less priority than explicit imports
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
import kotlin.Double
|
||||
import kotlin.List
|
||||
import kotlin.arrayOfNulls
|
||||
|
||||
class List {}
|
||||
|
||||
fun arrayOfNulls(){}
|
||||
val arrayOfNulls: Int = 0
|
||||
Reference in New Issue
Block a user