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