blob: 520bfe6ab49846410a3945adabc32b870717661d [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 = #C2;
static const field core::String bar2 = #C3;
static const field core::bool baz = #C4;
static const field core::Symbol blaSymbol = #C5;
static method main() dynamic {
self::_x();
#C6;
core::print(#C2);
}
static method _x() void {
core::print(#C1);
core::print(#C2);
}
constants {
#C1 = 1764
#C2 = "hello 42!"
#C3 = "hello2 2hello 42!"
#C4 = true
#C5 = #org-dartlang-testcase:///rudimentary_test_01.dart::_x
#C6 = false
}