blob: 81787a7fc3f2c0f7b6ab385e23c1543f81561175 [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" show int;
static method testDynamic() invalid-type
;
static method testVoid() void
;
static method main() dynamic
;