20e4c74f7f
Change-Id: I48c43858094e2b7264a15be05238bfc3dadd5ecb Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/108264 Commit-Queue: Dmitry Stefantsov <dmitryas@google.com> Reviewed-by: Johnni Winther <johnniwinther@google.com>
12 lines
710 B
Plaintext
12 lines
710 B
Plaintext
Errors: {
|
|
org-dartlang-debug:synthetic_debug_expression:1:13: Error: Getter not found: 'staticVar'.
|
|
globalVar + staticVar + 5
|
|
^^^^^^^^^
|
|
}
|
|
method /* from org-dartlang-debug:synthetic_debug_expression */ debugExpr() → dynamic
|
|
return #lib1::globalVar.{dart.core::num::+}(invalid-expression "org-dartlang-debug:synthetic_debug_expression:1:13: Error: Getter not found: 'staticVar'.\nglobalVar + staticVar + 5\n ^^^^^^^^^" as{TypeError} dart.core::num*).{dart.core::num::+}(5);
|
|
Errors: {
|
|
}
|
|
static method /* from org-dartlang-debug:synthetic_debug_expression */ debugExpr() → dynamic
|
|
return #lib1::globalVar.{dart.core::num::+}(#lib1::MyClass::staticVar).{dart.core::num::+}(5);
|