blob: 593529d4e9f1f3e92a792848cd108a28d56efb4a [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
;
static method testVoid() void
;
static method main() dynamic
;