9d1a307954
Flutter gallery in release mode: AOT snapshot size arm64 -0.22%, arm -0.21% instructions size arm64 -0.46%, arm -0.4% TEST=existing tests Fixes https://github.com/dart-lang/sdk/issues/44391 Change-Id: I4733e91ecf4601c0bcde725cf9e97f5db0b8bc13 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/175821 Commit-Queue: Alexander Markov <alexmarkov@google.com> Reviewed-by: Johnni Winther <johnniwinther@google.com> Reviewed-by: Vyacheslav Egorov <vegorov@google.com>
12 lines
680 B
Plaintext
12 lines
680 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 ^^^^^^^^^").{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);
|