(IFn f0)
| 48 | } |
| 49 | |
| 50 | public static short invokeS(IFn f0) { |
| 51 | if(f0 instanceof IFn.L) { |
| 52 | return RT.shortCast(((IFn.L)f0).invokePrim()); |
| 53 | } else { |
| 54 | return RT.shortCast(f0.invoke()); |
| 55 | } |
| 56 | } |
| 57 | |
| 58 | public static byte invokeB(IFn f0) { |
| 59 | if(f0 instanceof IFn.L) { |
nothing calls this directly
no test coverage detected