We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da312c7 commit c26ed86Copy full SHA for c26ed86
dwds/test/instances/common/test_inspector.dart
@@ -354,7 +354,7 @@ Matcher matchListClassRef(String type) => matchClassRef(
354
Matcher matchMapClassRef(String type) =>
355
matchClassRef(name: type, libraryId: _dartJsHelperLibrary);
356
Matcher matchSetClassRef(String type) =>
357
- matchClassRef(name: type, libraryId: _dartCollectionLibrary);
+ matchClassRef(name: type, libraryId: _dartJsHelperLibrary);
358
359
Matcher matchClassRef({dynamic name, dynamic libraryId}) => isA<ClassRef>()
360
.having((e) => e.name, 'class ref name', name)
0 commit comments