blob: 0e3241e7740f7489af40cfa30e3de71d62239456 [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";
static method testDynamic() invalid-type
return 0 as{TypeError} invalid-type;
static method testVoid() void {}
static method main() dynamic {}