blob: 57db3b7a8c90b6468843f94f6c975c0a2292f369 [file] [log] [blame]
library /*isNonNullableByDefault*/;
import self as self;
import "dart:core" as core;
static const field core::int foo = #C1;
static const field core::String bar = #C7;
static const field core::bool baz = #C8;
static const field core::Symbol blaSymbol = #C9;
static method main() dynamic {
self::_x();
#C11;
core::print(#C7);
}
static method _x() void {
core::print(#C1);
core::print(#C7);
}
constants {
#C1 = 1764
#C2 = "hello "
#C3 = "baz"
#C4 = "world"
#C5 = eval const core::String::fromEnvironment(#C3, defaultValue: #C4)
#C6 = "!"
#C7 = eval "${#C2}${#C5}${#C6}"
#C8 = true
#C9 = #org-dartlang-testcase:///rudimentary_test_01.dart::_x
#C10 = "foo"
#C11 = eval const core::bool::fromEnvironment(#C10)
}