9443e248ee
Update the golden for a front_end test which adds additional constant evaluation information now that the experiment is enabled. A co19 test will start failing. https://github.com/dart-lang/co19/issues/1062 Change-Id: I18ec586f57deda83f6cd75e476137ab75d50a92f TEST=No new tests. Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/193747 Auto-Submit: Nate Bosch <nbosch@google.com> Commit-Queue: Nate Bosch <nbosch@google.com> Reviewed-by: Leaf Petersen <leafp@google.com>
12 lines
214 B
Plaintext
12 lines
214 B
Plaintext
library;
|
|
import self as self;
|
|
import "dart:core" as core;
|
|
import "dart:_internal" as _in;
|
|
|
|
static const field core::Symbol* tripleShiftSymbol = #C1;
|
|
static method main() → dynamic {}
|
|
|
|
constants {
|
|
#C1 = #>>>
|
|
}
|