| OLD | NEW |
| 1 library; | 1 library; |
| 2 import self as self; | 2 import self as self; |
| 3 | 3 |
| 4 static method testString() → dynamic | 4 static method testString() → dynamic |
| 5 ; | 5 ; |
| 6 static method testInt() → dynamic | 6 static method testInt() → dynamic |
| 7 ; | 7 ; |
| 8 static method testBool() → dynamic | 8 static method testBool() → dynamic |
| 9 ; | 9 ; |
| 10 static method testDouble() → dynamic | 10 static method testDouble() → dynamic |
| 11 ; | 11 ; |
| 12 static method testNull() → dynamic | 12 static method testNull() → dynamic |
| 13 ; | 13 ; |
| 14 static method testList() → dynamic | 14 static method testList() → dynamic |
| 15 ; | 15 ; |
| 16 static method testMap() → dynamic | 16 static method testMap() → dynamic |
| 17 ; | 17 ; |
| 18 static method testSymbol() → dynamic | 18 static method testSymbol() → dynamic |
| 19 ; | 19 ; |
| 20 static method main() → dynamic | 20 static method main() → dynamic |
| 21 ; | 21 ; |
| OLD | NEW |