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