// This always errs on the side of returning false // (it returns false for things like "{}" versus "{ }") sbool eqForJavaSources(S a, S b) { ret eqAfter(src -> join(javaTok_simpleSpacesAndTrim(src)), a, b); }