blob: c20d87dee1a2b6d06401a13b0b64dd090c9ac3d3 [file] [log] [blame]
library;
import self as self;
import "dart:core" as core;
static const field dynamic #errors = const <dynamic>["pkg/front_end/testcases/regress/issue_29983.dart:6:10: Error: 'sync*' and 'async*' can't return a value.\n return missing;\n ^"]/* from null */;
static method f() dynamic sync* {
return throw new core::NoSuchMethodError::withInvocation(null, new core::_InvocationMirror::_withType(#missing, 33, null, <dynamic>[].toList(growable: false), <dynamic, dynamic>{}));
}
static method main() dynamic {}