@@ -519,7 +519,7 @@ part "a.g.dart";
519
519
// GENERATED CODE - DO NOT MODIFY BY HAND
520
520
// @dart=2.12
521
521
522
- part of a ;
522
+ part of 'a.dart' ;
523
523
524
524
some generated content
525
525
''' ,
@@ -668,7 +668,7 @@ some generated content
668
668
r'''
669
669
// ignore_for_file: lines_longer_than_80_chars, prefer_expression_function_bodies
670
670
671
- part of a ;
671
+ part of 'a.dart' ;
672
672
673
673
bar generated content
674
674
@@ -703,7 +703,7 @@ foo generated content
703
703
704
704
// bar
705
705
706
- part of a ;
706
+ part of 'a.dart' ;
707
707
708
708
bar generated content
709
709
@@ -970,7 +970,7 @@ class MyGoodError { }
970
970
''' ;
971
971
972
972
const _testLibPartContent = r'''
973
- part of test_lib;
973
+ part of ' test_lib.dart' ;
974
974
final int bar = 42;
975
975
class Customer { }
976
976
''' ;
@@ -987,7 +987,7 @@ final int foo = 42
987
987
988
988
const _testGenPartContent = r'''// GENERATED CODE - DO NOT MODIFY BY HAND
989
989
990
- part of test_lib;
990
+ part of ' test_lib.dart' ;
991
991
992
992
// **************************************************************************
993
993
// CommentGenerator
@@ -1000,7 +1000,7 @@ part of test_lib;
1000
1000
const _testGenPartContentForLibrary =
1001
1001
r'''// GENERATED CODE - DO NOT MODIFY BY HAND
1002
1002
1003
- part of test_lib;
1003
+ part of ' test_lib.dart' ;
1004
1004
1005
1005
// **************************************************************************
1006
1006
// CommentGenerator
@@ -1022,7 +1022,7 @@ const _testGenStandaloneContent = r'''// GENERATED CODE - DO NOT MODIFY BY HAND
1022
1022
const _testGenPartContentForClassesAndLibrary =
1023
1023
r'''// GENERATED CODE - DO NOT MODIFY BY HAND
1024
1024
1025
- part of test_lib;
1025
+ part of ' test_lib.dart' ;
1026
1026
1027
1027
// **************************************************************************
1028
1028
// CommentGenerator
@@ -1047,7 +1047,7 @@ part of 'test_lib.dart';
1047
1047
1048
1048
const _whitespaceTrimmed = r'''// GENERATED CODE - DO NOT MODIFY BY HAND
1049
1049
1050
- part of test_lib;
1050
+ part of ' test_lib.dart' ;
1051
1051
1052
1052
// **************************************************************************
1053
1053
// Generator: Literal
0 commit comments