blob: 3f168f4b5e9c61bbe217d1eae544e65a8f1ddf6f [file] [log] [blame]
library /*isNonNullableByDefault*/;
import self as self;
import "dart:core" as core;
typedef F = (core::int, core::num, {w: core::Object, z: core::String}) void;
typedef G = (core::int, core::num, [core::String, core::Object]) void;
static const field core::int foo = #C1;
static const field core::int bar = #C2;
static const field core::int baz = #C3;
static method main() dynamic {}
constants {
#C1 = 21
#C2 = 42
#C3 = 84
}