(IFn f0, long a)
| 132 | } |
| 133 | |
| 134 | public static short invokeLS(IFn f0, long a) { |
| 135 | if(f0 instanceof IFn.LL) { |
| 136 | return RT.shortCast(((IFn.LL)f0).invokePrim(a)); |
| 137 | } else { |
| 138 | return RT.shortCast(f0.invoke(a)); |
| 139 | } |
| 140 | } |
| 141 | |
| 142 | public static short invokeDS(IFn f0, double a) { |
| 143 | if(f0 instanceof IFn.DL) { |
nothing calls this directly
no test coverage detected