Inaccessible outer class member is now an error
#KT-1174 In Progress
This commit is contained in:
+1
-1
@@ -1,5 +1,5 @@
|
||||
private class A {
|
||||
public class Foo(val a: Int = 1) {}
|
||||
public inner class Foo(val a: Int = 1) {}
|
||||
}
|
||||
|
||||
// CLASS: A$Foo
|
||||
|
||||
Reference in New Issue
Block a user