source: tests/enum_tests/.expect/enumInlineValue.txt @ 253d0b4

Last change on this file since 253d0b4 was 85855b0, checked in by JiadaL <j82liang@…>, 6 weeks ago
  1. Implement enum cast; 2. Change valueE so that opague enum returns quasi_void; 3. change enum hiding interpretation and pass visiting scheme
  • Property mode set to 100644
File size: 529 bytes
Line 
1Symbols (enumerator) should have the same values:
2Symbol a: (10) 10, 10, 10
3Symbol b: (20) 20, 20
4Symbol ab: (30) 30
5Symbol c: (40) 40, 40, 40
6Symbol d: (50) 50, 50, 50
7Symbol cd: (60) 60, 60
8Symbol acd: (70) 70
9Casting/Upcasting:
10Symbol a: (10) 10, 10, 10
11Symbol b: (20) 20, 20
12Symbol ab: (30) 30
13Symbol c: (40) 40, 40, 40, 40, 40
14Symbol d: (50) 50, 50, 50, 50
15Symbol cd: (60) 60, 60
16Symbol acd: (70) 70
17Function Call:
18Symbol a: (10) 10, 10
19Symbol c: (40) 40, 40
20Symbol d: (50) 50, 50
21Symbol cd: (60) 60, 60
22Symbol acd: (70) 70
Note: See TracBrowser for help on using the repository browser.