blob: 903999009ab7d80ea44f29425ec8c1ac87a67248 [file] [log] [blame]
library;
//
// Problems in library:
//
// pkg/front_end/testcases/dynamic_and_void.dart:12:27: Warning: Type 'dynamic' not found.
// /*@warning=TypeNotFound*/ dynamic testDynamic() => 0;
// ^^^^^^^
//
import self as self;
static method testDynamic() invalid-type
return 0;
static method testVoid() void {}
static method main() dynamic {}