blob: 450067b1ce1b684cac3257bd7803fa6e8bb092b8 [file] [log] [blame]
library /*isNonNullableByDefault*/;
//
// 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
;