Changeset 22a0e87 for src/ResolvExpr
- Timestamp:
- Oct 27, 2022, 3:50:29 PM (3 years ago)
- Branches:
- ADT, ast-experimental, master
- Children:
- 28372f7, 93d2219
- Parents:
- 88ac843e (diff), 0026d67 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)links above to see all the changes relative to each parent. - File:
-
- 1 edited
-
src/ResolvExpr/SatisfyAssertions.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/ResolvExpr/SatisfyAssertions.cpp
r88ac843e r22a0e87 268 268 ast::ptr< ast::Type > resType = cand.expr->result; 269 269 cand.env.apply( resType ); 270 return Mangle::mangle ( resType, Mangle::typeMode());270 return Mangle::mangleType( resType ); 271 271 } 272 272
Note:
See TracChangeset
for help on using the changeset viewer.