Minor, rename "inner" -> "nested" in tests
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
fun main(args: Array<String>) {
|
||||
val str = aaa.A.B.O().s
|
||||
if (str != "OK") {
|
||||
throw Exception()
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user