Visibility of local classes is LOCAL
This commit is contained in:
@@ -15,5 +15,5 @@ class MyClass() {
|
||||
//public constructor A() defined in test.A
|
||||
//internal final class MyClass defined in test
|
||||
//public constructor MyClass() defined in test.MyClass
|
||||
//internal object O : test.A defined in test.MyClass.<init>
|
||||
//local object O : test.A defined in test.MyClass.<init>
|
||||
//private constructor O() defined in test.MyClass.<init>.O
|
||||
Reference in New Issue
Block a user