// WITH_RUNTIME fun test(a: String, b: String): Boolean { return a.toUpperCase() == b.toUpperCase() }