@@ -5760,7 +5760,8 @@ class B extends A {}
5760
5760
package:test/a.dart
5761
5761
A
5762
5762
interfaceId: #M3
5763
- allDeclaredConstructors: #M7
5763
+ constructors
5764
+ new: #M7
5764
5765
[status] idle
5765
5766
''',
5766
5767
updatedA: r'''
@@ -5820,7 +5821,8 @@ class A {
5820
5821
package:test/a.dart
5821
5822
A
5822
5823
interfaceId: #M10
5823
- allDeclaredConstructors: #M7
5824
+ constructors
5825
+ new: #M7
5824
5826
[status] idle
5825
5827
''',
5826
5828
);
@@ -6022,7 +6024,8 @@ class B extends A {}
6022
6024
package:test/a.dart
6023
6025
A
6024
6026
interfaceId: #M4
6025
- allDeclaredConstructors: #M8
6027
+ constructors
6028
+ new: #M8
6026
6029
[operation] analyzeFile
6027
6030
file: /home/test/lib/test.dart
6028
6031
library: /home/test/lib/test.dart
@@ -6105,7 +6108,8 @@ class A {
6105
6108
package:test/a.dart
6106
6109
A
6107
6110
interfaceId: #M11
6108
- allDeclaredConstructors: #M8
6111
+ constructors
6112
+ new: #M8
6109
6113
[operation] getErrorsCannotReuse
6110
6114
instanceFieldIdMismatch
6111
6115
libraryUri: package:test/a.dart
@@ -7438,7 +7442,8 @@ class B extends A {}
7438
7442
package:test/a.dart
7439
7443
A
7440
7444
interfaceId: #M2
7441
- allDeclaredConstructors: #M5
7445
+ constructors
7446
+ new: #M5
7442
7447
[status] idle
7443
7448
''',
7444
7449
updatedA: r'''
@@ -7492,7 +7497,8 @@ class A {
7492
7497
package:test/a.dart
7493
7498
A
7494
7499
interfaceId: #M7
7495
- allDeclaredConstructors: #M5
7500
+ constructors
7501
+ new: #M5
7496
7502
[status] idle
7497
7503
''',
7498
7504
);
@@ -7797,7 +7803,8 @@ class B extends A {}
7797
7803
package:test/a.dart
7798
7804
A
7799
7805
interfaceId: #M3
7800
- allDeclaredConstructors: #M6
7806
+ constructors
7807
+ new: #M6
7801
7808
[operation] analyzeFile
7802
7809
file: /home/test/lib/test.dart
7803
7810
library: /home/test/lib/test.dart
@@ -7873,7 +7880,8 @@ class A {
7873
7880
package:test/a.dart
7874
7881
A
7875
7882
interfaceId: #M8
7876
- allDeclaredConstructors: #M6
7883
+ constructors
7884
+ new: #M6
7877
7885
[operation] getErrorsCannotReuse
7878
7886
instanceChildrenIdsMismatch
7879
7887
libraryUri: package:test/a.dart
@@ -7977,7 +7985,8 @@ class X extends C {}
7977
7985
package:test/a.dart
7978
7986
C
7979
7987
interfaceId: #M7
7980
- allDeclaredConstructors: #M11
7988
+ constructors
7989
+ new: #M11
7981
7990
[operation] analyzeFile
7982
7991
file: /home/test/lib/test.dart
7983
7992
library: /home/test/lib/test.dart
@@ -8071,7 +8080,8 @@ class C extends A implements B {}
8071
8080
package:test/a.dart
8072
8081
C
8073
8082
interfaceId: #M14
8074
- allDeclaredConstructors: #M11
8083
+ constructors
8084
+ new: #M11
8075
8085
[operation] getErrorsCannotReuse
8076
8086
instanceChildrenIdsMismatch
8077
8087
libraryUri: package:test/a.dart
@@ -13071,7 +13081,6 @@ class B extends A {
13071
13081
package:test/a.dart
13072
13082
A
13073
13083
interfaceId: #M2
13074
- allDeclaredConstructors: #M1
13075
13084
constructors
13076
13085
named: #M1
13077
13086
[operation] analyzeFile
@@ -13122,12 +13131,12 @@ class A {
13122
13131
uri: package:test/test.dart
13123
13132
flags: isLibrary
13124
13133
[operation] cannotReuseLinkedBundle
13125
- interfaceChildrenIdsMismatch
13134
+ interfaceConstructorIdMismatch
13126
13135
libraryUri: package:test/a.dart
13127
13136
interfaceName: A
13128
- childrenPropertyName: constructors
13129
- expectedIds : #M1
13130
- actualIds : #M7
13137
+ constructorName: named
13138
+ expectedId : #M1
13139
+ actualId : #M7
13131
13140
[operation] linkLibraryCycle
13132
13141
package:test/test.dart
13133
13142
declaredClasses
@@ -13147,7 +13156,6 @@ class A {
13147
13156
package:test/a.dart
13148
13157
A
13149
13158
interfaceId: #M2
13150
- allDeclaredConstructors: #M7
13151
13159
constructors
13152
13160
named: #M7
13153
13161
[operation] getErrorsCannotReuse
0 commit comments