blob: 005f16ad389e61876ca54f05e1b463644fb5e433 [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 method fn(core::int a) core::int
;
static method fn1(core::int a) core::int
;
static method main() void
;