| library; | |
| // | |
| // Problems in library: | |
| // | |
| // pkg/front_end/testcases/dynamic_and_void.dart:10:27: Warning: Type 'dynamic' not found. | |
| // /*@warning=TypeNotFound*/ dynamic testDynamic() => 0; | |
| // ^^^^^^^ | |
| // | |
| import self as self; | |
| import "dart:core"; | |
| static method testDynamic() → invalid-type | |
| ; | |
| static method testVoid() → void | |
| ; | |
| static method main() → dynamic | |
| ; |