Inaccessible outer class member is now an error
#KT-1174 In Progress
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
class Outer(val foo: StringBuilder) {
|
||||
class Inner() {
|
||||
inner class Inner() {
|
||||
fun len() : Int {
|
||||
return foo.length()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user