Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Empty file removed analyzer_use_new_elements.txt
Empty file.
4 changes: 1 addition & 3 deletions test/end2end/model_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@

// ignore_for_file: non_constant_identifier_names

// ignore_for_file: analyzer_use_new_elements

import 'package:analyzer/dart/element/element2.dart';
import 'package:analyzer/dart/element/type.dart';
import 'package:analyzer/source/line_info.dart';
Expand Down Expand Up @@ -909,7 +907,7 @@ void main() async {
});

test('can import other libraries with unusual URIs', () {
final importLists = fakeLibrary.element2.fragments
final importLists = fakeLibrary.element2.fragments
.map((fragment) => fragment.libraryImports2);
final exportLists = fakeLibrary.element2.fragments
.map((fragment) => fragment.libraryExports2);
Expand Down