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