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 96f18b4 commit 10a11aaCopy full SHA for 10a11aa
test/end2end/model_test.dart
@@ -4,8 +4,6 @@
4
5
// ignore_for_file: non_constant_identifier_names
6
7
- // ignore_for_file: analyzer_use_new_elements
8
-
9
import 'package:analyzer/dart/element/element2.dart';
10
import 'package:analyzer/dart/element/type.dart';
11
import 'package:analyzer/source/line_info.dart';
@@ -909,7 +907,7 @@ void main() async {
909
907
});
910
908
911
test('can import other libraries with unusual URIs', () {
912
- final importLists = fakeLibrary.element2.fragments
+ final importLists = fakeLibrary.element2.fragments
913
.map((fragment) => fragment.libraryImports2);
914
final exportLists = fakeLibrary.element2.fragments
915
.map((fragment) => fragment.libraryExports2);
0 commit comments