This is only here as a placeholder, it's not usable yet
| 4 | * This is only here as a placeholder, it's not usable yet |
| 5 | */ |
| 6 | public class FuncRef implements WasmType { |
| 7 | private FuncRef() { |
| 8 | throw new UnsupportedOperationException(); |
| 9 | } |
| 10 | |
| 11 | @Override |
| 12 | public Integer getField() { |
| 13 | throw new UnsupportedOperationException(); |
| 14 | } |
| 15 | } |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…