Final narrowing instr for byte/char/short
(dest: &Type)
| 384 | } |
| 385 | } |
| 386 | Unit | Void => { |
| 387 | return Err(jvm::Error::VerificationError { |
| 388 | context: "get_store_instructions".to_string(), |
| 389 | message: "Cannot store void type".to_string(), |
| 390 | }); |
| 391 | } |
| 392 | }; |
| 393 | |
| 394 | Ok(instr) |
| 395 | } |
| 396 |
no outgoing calls
no test coverage detected