Merge branch 'vardec_varass_dependency' into feature/universal_coercion

This commit is contained in:
Tristan B. Velloza Kildaire 2023-07-16 19:44:09 +02:00
commit d9486b11c1
1 changed files with 1 additions and 1 deletions

View File

@ -2862,7 +2862,7 @@ int thing()
Container funcThingContainer = cast(Container)funcThing;
assert(funcThingContainer);
Statement[] funcThingStatements = funcThingContainer.getStatements();
assert(funcThingStatements.length == 2);
assert(funcThingStatements.length == 3);
// TODO: Finish this
// TODO: Add a check for the Statement types in the bodies, the arguments and the parameters