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:
@@ -22,7 +22,7 @@ class C {
|
||||
}
|
||||
}
|
||||
|
||||
fun C.D.text() {
|
||||
fun C.Default.D.text() {
|
||||
Nested()
|
||||
::Nested
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user