blob: 4327762111b2f2f356cd1c5458e8c919fb4c5c9d [file] [log] [blame]
library;
//
// Problems in library:
//
// pkg/front_end/testcases/general/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
;