BUGFIX: chained calls not being dottified

This commit is contained in:
2022-11-04 11:13:40 +01:00
parent cceefa6375
commit 5d240f85a6
4 changed files with 11 additions and 62 deletions

View File

@@ -184,6 +184,7 @@ int main() {
"dot-and-matrix.toy",
"dot-assignments-bugfix.toy",
"dot-chaining.toy",
"dottify-bugfix.toy",
"functions.toy",
"imports-and-exports.toy",
"index-arrays.toy",