- Added `...`
This commit is contained in:
Tristan B. Velloza Kildaire 2023-08-27 11:38:28 +02:00
parent d9ca5f6dd5
commit e9e04da11c
2 changed files with 2 additions and 0 deletions

View File

@ -200,4 +200,5 @@ Container retContainer = res.findContainerOfType(typeid(Function), retExp)
Function func = cast(Function)retContainer; // Works!
// Type check the func.getType() and retExp's expression's type
...
```

View File

@ -156,4 +156,5 @@ Container retContainer = res.findContainerOfType(typeid(Function), retExp)
Function func = cast(Function)retContainer; // Works!
// Type check the func.getType() and retExp's expression's type
...
```