blob: 81f6e951345054750501a20385abb2289ea6f1d7 [file] [log] [blame]
// Formatted problems:
//
// pkg/front_end/testcases/dynamic_and_void.dart:12:27: Warning: Type 'dynamic' not found.
// /*@warning=TypeNotFound*/ dynamic testDynamic() => 0;
// ^^^^^^^
library;
import self as self;
static method testDynamic() invalid-type
return 0;
static method testVoid() void {}
static method main() dynamic {}