Changed language sematics: imports with '*' do not import packages anymore
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
package testing.rename2
|
||||
|
||||
import testing.rename.Third
|
||||
import testing.*
|
||||
import testing.rename
|
||||
import java.util.ArrayList
|
||||
|
||||
// Extends testing.rename.Third
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
package testing.rename2
|
||||
|
||||
import testing.rename.First
|
||||
import testing.*
|
||||
import testing.rename
|
||||
import java.util.ArrayList
|
||||
|
||||
// Extends testing.rename.First
|
||||
|
||||
Reference in New Issue
Block a user