Skip to content

Commit 0c94852

Browse files
johnniwinthercommit-bot@chromium.org
authored andcommitted
Update expectations in static_extesion_operators_test
Change-Id: I9f4ebdc9488adb86106df4fe72234ece634924cc Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/117722 Commit-Queue: Johnni Winther <[email protected]> Reviewed-by: Lasse R.H. Nielsen <[email protected]>
1 parent ce6f40b commit 0c94852

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/language_2/extension_methods/static_extension_operators_test.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ void main() {
7575
expect("a[b]", a[b]--, "a[b]=(a[b]-1)");
7676

7777
// Combinations.
78-
expect("(a+b[b(c)](a*b))", a + b[c[a] = b(c)](a * b), "c[a]=b(c)");
78+
expect("(a+b[b(c)]((a*b)))", a + b[c[a] = b(c)](a * b), "c[a]=b(c)");
7979

8080
// Operator precedence is unaffected by being extensions.
8181
expect("(c<((-a)|(b^((~c)&((a<<b)>>((c-a)+((((b*c)~/a)%b)/c)))))))",

0 commit comments

Comments
 (0)