@@ -519,7 +519,7 @@ part "a.g.dart";
519519// GENERATED CODE - DO NOT MODIFY BY HAND 
520520// @dart=2.12 
521521
522- part of a ; 
522+ part of 'a.dart' ; 
523523
524524some generated content 
525525''' ,
@@ -668,7 +668,7 @@ some generated content
668668              r''' 
669669// ignore_for_file: lines_longer_than_80_chars, prefer_expression_function_bodies 
670670
671- part of a ; 
671+ part of 'a.dart' ; 
672672
673673bar generated content 
674674
@@ -703,7 +703,7 @@ foo generated content
703703
704704// bar 
705705
706- part of a ; 
706+ part of 'a.dart' ; 
707707
708708bar generated content 
709709
@@ -970,7 +970,7 @@ class MyGoodError { }
970970''' ;
971971
972972const  _testLibPartContent =  r''' 
973- part of test_lib; 
973+ part of ' test_lib.dart' ; 
974974final int bar = 42; 
975975class Customer { } 
976976''' ;
@@ -987,7 +987,7 @@ final int foo = 42
987987
988988const  _testGenPartContent =  r'''// GENERATED CODE - DO NOT MODIFY BY HAND 
989989
990- part of test_lib; 
990+ part of ' test_lib.dart' ; 
991991
992992// ************************************************************************** 
993993// CommentGenerator 
@@ -1000,7 +1000,7 @@ part of test_lib;
10001000const  _testGenPartContentForLibrary = 
10011001    r'''// GENERATED CODE - DO NOT MODIFY BY HAND 
10021002
1003- part of test_lib; 
1003+ part of ' test_lib.dart' ; 
10041004
10051005// ************************************************************************** 
10061006// CommentGenerator 
@@ -1022,7 +1022,7 @@ const _testGenStandaloneContent = r'''// GENERATED CODE - DO NOT MODIFY BY HAND
10221022const  _testGenPartContentForClassesAndLibrary = 
10231023    r'''// GENERATED CODE - DO NOT MODIFY BY HAND 
10241024
1025- part of test_lib; 
1025+ part of ' test_lib.dart' ; 
10261026
10271027// ************************************************************************** 
10281028// CommentGenerator 
@@ -1047,7 +1047,7 @@ part of 'test_lib.dart';
10471047
10481048const  _whitespaceTrimmed =  r'''// GENERATED CODE - DO NOT MODIFY BY HAND 
10491049
1050- part of test_lib; 
1050+ part of ' test_lib.dart' ; 
10511051
10521052// ************************************************************************** 
10531053// Generator: Literal 
0 commit comments