blob: b9034e2f2ce48d1727a882456de92751efca378e [file] [log] [blame]
library /*isNonNullableByDefault*/;
import self as self;
import "dart:core" as core;
import "package:expect/expect.dart";
static const field core::int var1 = self::fn(2);
static const field core::int var2 = self::fn(3);
static const field core::int var3 = self::fn1(2);
static const field core::int var4 = self::fn1(3);
static const field core::int var5 = self::fn2();
static const field core::int var6 = self::fnContinue();
static const field core::int var7 = self::fnBreak(2);
static const field core::int var8 = self::fnBreak(3);
static const field core::int var9 = self::fnNestedFor();
static const field core::int var10 = self::fnBreakLabel();
static method fn(core::int a) core::int
;
static method fn1(core::int a) core::int
;
static method fn2() core::int
;
static method fnContinue() core::int
;
static method fnBreak(core::int a) core::int
;
static method fnNestedFor() core::int
;
static method fnBreakLabel() core::int
;
static method main() void
;