KT-6628 Allow imports of classes from root package
#KT-6628 Fixed
This commit is contained in:
@@ -2,7 +2,7 @@ import testData.libraries.*
|
||||
|
||||
fun foo() {
|
||||
processDouble(1.0);
|
||||
processDouble(Double())
|
||||
processDouble(testData.libraries.Double())
|
||||
}
|
||||
|
||||
// main.kt
|
||||
|
||||
Reference in New Issue
Block a user