We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 06221ad commit 056e7d6Copy full SHA for 056e7d6
build_resolvers/test/resolver_test.dart
@@ -746,8 +746,9 @@ int? get x => 1;
746
resolver.compilationUnitFor(AssetId.parse('a|errors.dart')),
747
throwsA(isA<SyntaxErrorInAssetException>()),
748
);
749
- });
+ }, resolvers: createResolvers());
750
});
751
+
752
test('are only reported if severe', () {
753
return resolveSources({
754
'a|errors.dart': '''
@@ -763,7 +764,7 @@ int? get x => 1;
763
764
765
completion(isNotNull),
766
767
768
769
770
test('are reported for part files with errors', () {
0 commit comments