Test for correct amount of emitted folds

This commit is contained in:
Ayomide Bamidele 2021-05-28 13:10:41 +01:00
parent 156d995423
commit b4e936f8f0

View File

@ -572,6 +572,8 @@ fn foo()<fold returntype>-> (
bool,
bool,
)</fold> { (true, true) }
fn bar() -> (bool, bool) { (true, true) }
"#,
)
}