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