blob: b659017a70960eb27d280d811972ba89e03adc23 [file] [log] [blame]
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
;