Skip to content

Commit c84515f

Browse files
pqCommit Queue
authored andcommitted
[element model] migrate tool to opt-out semantics
See: https://dart-review.googlesource.com/c/sdk/+/393482 Change-Id: I08fc376892652699d1eed674d8267851e2c3a02b Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/393483 Reviewed-by: Konstantin Shcheglov <[email protected]> Auto-Submit: Phil Quitslund <[email protected]> Commit-Queue: Konstantin Shcheglov <[email protected]>
1 parent f02000e commit c84515f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/linter/tool/migrate.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ main(List<String> args) async {
4242
print("Writing to 'analyzer_use_new_elements.txt'...");
4343
print('-' * 20);
4444
File('analyzer_use_new_elements.txt')
45-
.writeAsStringSync('${migratedFilesSorted.join('\n')}\n');
45+
.writeAsStringSync('${unmigratedFilesSorted.join('\n')}\n');
4646
} else {
4747
print('Migrated files:\n');
4848
print(migratedFilesSorted.join('\n'));

0 commit comments

Comments
 (0)