Fix wrong generated class name invoking inner objects from another module

This commit is contained in:
Natalia.Ukhorskaya
2013-08-05 16:20:25 +04:00
parent e3643fd222
commit 8e45bb7657
10 changed files with 77 additions and 5 deletions
@@ -0,0 +1,6 @@
fun main(args: Array<String>) {
val str = aaa.A.O().s
if (str != "OK") {
throw Exception()
}
}