Files
kotlin-fork/compiler/testData/compileKotlinAgainstKotlin/ClassObjectMember.B.kt
T
Alexander Udalov 0fea6822c3 Fix codegen of loaded class objects
Remove useless check and todo.

 #KT-2717 Fixed
 #KT-3142 Fixed
2013-01-09 15:40:21 +04:00

5 lines
116 B
Kotlin

fun main(args: Array<String>) {
if (A.foo() != 42) throw Exception()
if (A.bar != "OK") throw Exception()
}