blob: 3c2ca318bb3ff87513718b2743a0f5cf9f28469d [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();
static const field core::int var2 = self::fn2(2);
static const field core::int var3 = self::fn2(10);
static const field core::int var4 = self::fn3();
static method fn() core::int
;
static method fn2(core::int a) core::int
;
static method fn3() core::int
;
static method main() void
;