blob: df1f308a293fe73fcb23693fa5d980e75f8b3cfe [file] [log] [blame]
library;
//
// Problems in library:
//
// pkg/front_end/testcases/general/issue44347.dart:6:12: Error: Expected an identifier, but got '('.
// Try inserting an identifier before '('.
// Set<int>.();
// ^
//
import self as self;
import "dart:collection" as col;
import "dart:core" as core;
static method test() dynamic {
col::LinkedHashSet::•<core::int*>();
}
static method main() dynamic {}