blob: 3b6e18a50070c22c9e62c4788d395252d58d8b12 [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
;
static method testVoid() void
;
static method main() dynamic
;