Can't omit default object name in imports and types
There should be only one way to denote a type (A.Default.B can't be denoted as A.B)
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
package f
|
||||
|
||||
import f.A.B
|
||||
import f.A.Default.B
|
||||
|
||||
class A {
|
||||
class object {
|
||||
|
||||
Reference in New Issue
Block a user