blob: a3adab2914d0a68997b7846e3325e94633baf8a8 [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 {
new col::_CompactLinkedHashSet::•<core::int*>();
}
static method main() dynamic {}