mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-12 00:21:32 +00:00
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:
@@ -10,4 +10,4 @@ class A {
|
||||
}
|
||||
}
|
||||
|
||||
A.Anno1 A.B.Anno2 class C
|
||||
A.Default.Anno1 A.Default.B.Anno2 class C
|
||||
Reference in New Issue
Block a user