// FIR_IDENTICAL fun f(s : String?) : Boolean { return (s?.equals("a"))!! }