This is only a placeholder for now, to be implemented in the future
| 4 | * This is only a placeholder for now, to be implemented in the future |
| 5 | */ |
| 6 | public class ExternRef implements WasmType { |
| 7 | private ExternRef() { |
| 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…