// We'd be really fancy if we filtered out return statements in // inner blocks. static bool containsReturn(S code) { ret containsOneOf(javaTok(code), "ret", "return"); }