Minor, rename "inner" -> "nested" in tests

This commit is contained in:
Alexander Udalov
2014-07-08 19:08:39 +04:00
parent dec5a80cdb
commit 947c9fb1bf
9 changed files with 20 additions and 20 deletions
@@ -0,0 +1,6 @@
fun main(args: Array<String>) {
val str = aaa.A.B.O().s
if (str != "OK") {
throw Exception()
}
}