(int n)
| 863 | } |
| 864 | |
| 865 | static Symbol garg(int n){ |
| 866 | return Symbol.intern(null, (n == -1 ? "rest" : ("p" + n)) + "__" + RT.nextID() + "#"); |
| 867 | } |
| 868 | |
| 869 | public static class FnReader extends AFn{ |
| 870 | public Object invoke(Object reader, Object lparen, Object opts, Object pendingForms) { |
no test coverage detected