Changed language sematics: imports with '*' do not import packages anymore
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
package some
|
||||
|
||||
import jettesting.*
|
||||
import jettesting.data
|
||||
|
||||
fun other() {
|
||||
data.topLevelFu<caret>
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
package some
|
||||
|
||||
import jettesting.*
|
||||
import jettesting.data
|
||||
|
||||
fun other() {
|
||||
data.topLevelFunction()
|
||||
|
||||
Reference in New Issue
Block a user