We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de58387 commit 9fabeceCopy full SHA for 9fabece
tests/r8.rs
@@ -419,6 +419,9 @@ fn rewrite_frame_complex_stacktrace_typed() {
419
assert_eq!(cause_frames[1].class(), "com.example.flow.UiBridge");
420
assert_eq!(cause_frames[1].method(), "render");
421
assert_eq!(cause_frames[1].line(), 200);
422
+}
423
+
424
+#[test]
425
fn test_remap_zero_line_info() {
426
let mapping = ProguardMapping::new(MAPPING_ZERO_LINE_INFO);
427
0 commit comments