Changes in src/AST/Convert.cpp [298fe57:f6e6a55]
- File:
-
- 1 edited
-
src/AST/Convert.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/AST/Convert.cpp
r298fe57 rf6e6a55 2729 2729 ty->forall.emplace_back(new ast::TypeInstType(param)); 2730 2730 for (auto asst : param->assertions) { 2731 ty->assertions.emplace_back( 2732 new ast::VariableExpr(param->location, asst)); 2731 ty->assertions.emplace_back(new ast::VariableExpr({}, asst)); 2733 2732 } 2734 2733 }
Note:
See TracChangeset
for help on using the changeset viewer.