e6ffc0b285
E.g. "var = 42;" now has a different error message than "var default = 42;". Fixes #22553 Change-Id: I58affe988569d8e79190b63f7267b471a1b0ebc8 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/162182 Commit-Queue: Jens Johansen <jensj@google.com> Reviewed-by: Johnni Winther <johnniwinther@google.com> Reviewed-by: Brian Wilkerson <brianwilkerson@google.com>
15 lines
710 B
Plaintext
15 lines
710 B
Plaintext
Errors: {
|
|
org-dartlang-debug:synthetic_debug_expression:1:5: Error: Can't find ')' to match '('.
|
|
*foo(3,
|
|
^
|
|
org-dartlang-debug:synthetic_debug_expression:1:1: Error: Expected an identifier, but got '*'.
|
|
Try inserting an identifier before '*'.
|
|
*foo(3,
|
|
^
|
|
org-dartlang-debug:synthetic_debug_expression:1:2: Error: Method not found: 'foo'.
|
|
*foo(3,
|
|
^^^
|
|
}
|
|
method /* from org-dartlang-debug:synthetic_debug_expression */ debugExpr() → dynamic
|
|
return invalid-expression "org-dartlang-debug:synthetic_debug_expression:1:1: Error: This couldn't be parsed.\n*foo(3,\n^".*(invalid-expression "org-dartlang-debug:synthetic_debug_expression:1:2: Error: Method not found: 'foo'.\n*foo(3,\n ^^^");
|