fn trait_func(&mut self, incr: u32) {
self.in_struct_field +=
@0⦊
incr
⦉@0
;
@1,2⦊
in_func(self.in_struct_field);
}
⦉@1,2