Changeset 63d5b9c8 for src/Validate
- Timestamp:
- Aug 6, 2024, 11:19:56 PM (3 months ago)
- Branches:
- master
- Children:
- 43ab5fb
- Parents:
- d7cb0f7
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/Validate/ImplementEnumFunc.cpp
rd7cb0f7 r63d5b9c8 210 210 "value", 211 211 {new ast::ObjectDecl(getLocation(), "_i", new ast::EnumInstType(decl))}, 212 {new ast::ObjectDecl(getLocation(), "_ret", 213 ast::deepCopy(decl->base))}); 214 // else 215 // return genQuasiValueProto(); 212 {new ast::ObjectDecl(getLocation(), "_ret", decl->base)}); 216 213 } 217 214
Note: See TracChangeset
for help on using the changeset viewer.