This commit is contained in:
Kasey White
2023-03-02 21:41:11 -05:00
committed by Lucas
parent 5779b77ccc
commit 60bc2ab61d
2 changed files with 2 additions and 2 deletions

View File

@@ -3277,7 +3277,7 @@ impl<'a> CodeGenerator<'a> {
let mut map = mono_types.into_iter().collect_vec();
let param_type = &param_types[index];
map.append(&mut get_generics_and_type(&arg.tipo, &param_type));
map.append(&mut get_generics_and_type(&arg.tipo, param_type));
mono_types = map.into_iter().collect();
}