sbool shareAnyTokenIC(LS tokA, LS tokB) { Set set = asCISet(codeTokens_lazy(tokA)); ret listAndSetIntersect(codeTokens_lazy(tokB), set); }