blob: 93bd9b8431d82c3ad563fd3b920f00db6ccd81ef [file] [log] [blame]
library;
//
// Problems in library:
//
// pkg/front_end/testcases/general/top_level_map_literal_error.dart:7:9: Error: Both Iterable and Map spread elements encountered in ambiguous literal.
// var c = {...a, ...b};
// ^
//
import self as self;
import "dart:core" as core;
static field core::Set<core::int> a;
static field core::Map<core::int, core::int> b;
static field Never c;
static method main() dynamic
;