Inaccessible outer class member is now an error
#KT-1174 In Progress
This commit is contained in:
@@ -20,7 +20,7 @@ class C {
|
||||
return "OK"
|
||||
}
|
||||
|
||||
private class Inner() {
|
||||
private inner class Inner() {
|
||||
fun innerFun() {
|
||||
"".ext()
|
||||
f()
|
||||
|
||||
Reference in New Issue
Block a user