Fix codegen of loaded class objects
Remove useless check and todo. #KT-2717 Fixed #KT-3142 Fixed
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
fun main(args: Array<String>) {
|
||||
if (A.foo() != 42) throw Exception()
|
||||
if (A.bar != "OK") throw Exception()
|
||||
}
|
||||
Reference in New Issue
Block a user