Inaccessible outer class member is now an error
#KT-1174 In Progress
This commit is contained in:
+1
-1
@@ -1,5 +1,5 @@
|
||||
class A {
|
||||
class B(val a: Double = 1.0, val b: Int = 55, val c: String = "c")
|
||||
inner class B(val a: Double = 1.0, val b: Int = 55, val c: String = "c")
|
||||
}
|
||||
|
||||
fun box(): String {
|
||||
|
||||
Reference in New Issue
Block a user