blob: cde6b935525efe44db6f6e47d48d058ec0c68370 [file] [log] [blame]
library;
//
// Problems in library:
//
// pkg/front_end/testcases/general_nnbd_opt_out/dynamic_and_void.dart:12: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
;