| OLD | NEW |
| (Empty) |
| 1 print(String: foo1) | |
| 2 print(String: foo2) | |
| 3 static-invocation-fieldInitializer | |
| 4 print(String: foo1: 0) | |
| 5 return | |
| 6 static-invocation-fieldInitializer | |
| 7 print(String: foo2: 0) | |
| 8 return | |
| 9 static-invocation-fieldInitializer | |
| 10 print(String: foo1: 1) | |
| 11 return | |
| 12 static-invocation-fieldInitializer | |
| 13 print(String: foo2: 1) | |
| 14 return | |
| 15 static-invocation-fieldInitializer | |
| 16 print(String: foo3: 1) | |
| 17 return | |
| 18 print(String: foo1: 0) | |
| 19 print(String: foo2: 0) | |
| 20 print(String: foo2: 0) | |
| OLD | NEW |