Fix codegen of loaded class objects

Remove useless check and todo.

 #KT-2717 Fixed
 #KT-3142 Fixed
This commit is contained in:
Alexander Udalov
2013-01-09 15:40:21 +04:00
parent a2e453b759
commit 0fea6822c3
4 changed files with 18 additions and 10 deletions
@@ -0,0 +1,4 @@
fun main(args: Array<String>) {
if (A.foo() != 42) throw Exception()
if (A.bar != "OK") throw Exception()
}