Visibility of local classes is LOCAL

This commit is contained in:
Andrey Breslav
2015-01-26 21:35:30 +03:00
parent 4d66551067
commit da238cffaf
9 changed files with 9 additions and 9 deletions
@@ -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