- Timestamp:
- Oct 28, 2022, 5:12:26 PM (3 years ago)
- Branches:
- ADT, ast-experimental, master
- Children:
- be5f0a5
- Parents:
- 2856982c (diff), fa2e183 (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.
- Location:
- tests/enum_tests
- Files:
- 
      - 4 edited
 
 - 
          
  .expect/enumInlineValue.txt (modified) (1 diff)
- 
          
  .expect/qualifiedEnum.cfa (modified) (1 diff)
- 
          
  enumInlineValue.cfa (modified) (1 diff)
- 
          
  qualifiedEnum.cfa (modified) (1 diff)
 
Legend:
- Unmodified
- Added
- Removed
- 
      tests/enum_tests/.expect/enumInlineValue.txtr2856982c r13edbac 1 1 enumB.A is 5 2 enumB.B is 102 enumB.B is 6 3 3 enumB.D is 11 4 4 enumB.E is 12 
- 
      tests/enum_tests/.expect/qualifiedEnum.cfar2856982c r13edbac 1 l : 01 l :1 
- 
      tests/enum_tests/enumInlineValue.cfar2856982c r13edbac 6 6 enum enumB { 7 7 inline enumA, 8 E , B=108 E 9 9 }; 10 10 
- 
      tests/enum_tests/qualifiedEnum.cfar2856982c r13edbac 8 8 9 9 int main() { 10 enum Level l = Level. LOW;10 enum Level l = Level.MEDIUM; 11 11 sout | "l :" | l; 12 12 return 0; 
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  