difftastic/sample_files/nested_slider_2.rs

12 lines
166 B
Rust

fn split_string_by_codepoint_brace() {
if true {
if pad_last {
x;
}
}
}
fn split_string_by_codepoint_paren() {
foo(bar(x))
}