blob: 948418a947a88bd7c70f76b73864eddf0b1986bb [file] [log] [blame]
library;
//
// Problems in library:
//
// pkg/front_end/testcases/general/dynamic_and_void.dart:10:1: Error: Type 'dynamic' not found.
// dynamic testDynamic() => 0;
// ^^^^^^^
//
import self as self;
import "dart:core";
static method testDynamic() invalid-type
;
static method testVoid() void
;
static method main() dynamic
;