Feat: generic function call tests work

This commit is contained in:
Kasey White
2022-12-11 19:40:28 -05:00
committed by KtorZ
parent e4d9ca4586
commit 15dc202810
4 changed files with 111 additions and 62 deletions

View File

@@ -382,6 +382,7 @@ where
FunctionAccessKey {
module_name: module.name.clone(),
function_name: func.name.clone(),
variant_name: String::new(),
},
func,
);
@@ -456,6 +457,7 @@ where
FunctionAccessKey {
module_name: module.name.clone(),
function_name: func.name.clone(),
variant_name: String::new(),
},
func,
);