Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit 1ccad5f

Browse files
committed
[analyzer] Fix line number in error test golden file
This failure was introduced by a stray change in https://dart-review.googlesource.com/c/sdk/+/136903 Change-Id: Icd4d17539d72189e4f78940e0ee0fa4746873f86 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/136964 Reviewed-by: Brian Wilkerson <brianwilkerson@google.com>
1 parent 9ab51b8 commit 1ccad5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/dev_compiler/tool/dart2js_nnbd_sdk_error_golden.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@ ERROR|STATIC_TYPE_WARNING|UNDEFINED_OPERATOR|lib/_internal/js_runtime/lib/interc
1414
WARNING|STATIC_WARNING|DEAD_NULL_AWARE_EXPRESSION|lib/_http/http.dart|1476|39|5|The left operand can't be null, so the right operand is never executed.
1515
WARNING|STATIC_WARNING|DEAD_NULL_AWARE_EXPRESSION|lib/_http/http.dart|8384|60|5|The left operand can't be null, so the right operand is never executed.
1616
WARNING|STATIC_WARNING|DEAD_NULL_AWARE_EXPRESSION|lib/_http/http.dart|9311|54|5|The left operand can't be null, so the right operand is never executed.
17-
WARNING|STATIC_WARNING|DEAD_NULL_AWARE_EXPRESSION|lib/developer/developer.dart|332|25|23|The left operand can't be null, so the right operand is never executed.
17+
WARNING|STATIC_WARNING|DEAD_NULL_AWARE_EXPRESSION|lib/developer/developer.dart|315|25|23|The left operand can't be null, so the right operand is never executed.
1818
WARNING|STATIC_WARNING|DEAD_NULL_AWARE_EXPRESSION|lib/io/io.dart|9167|16|1|The left operand can't be null, so the right operand is never executed.

0 commit comments

Comments
 (0)