fun test(b: Boolean) { val x = (if (b) { 45 } else { "OK" })::class }