blob: 1587dfde13988cc53a9d85dd6a982f13ce0687f6 [file] [log] [blame]
library /*isNonNullableByDefault*/;
import self as self;
import "dart:core" as core;
import "package:expect/expect.dart";
static const field void var1 = self::fn();
static const field void var2 = self::fn2();
static const field core::int? var3 = self::fn3();
static const field core::int? var4 = self::fn4();
static method fn() void
;
static method fn2() void
;
static method fn3() core::int?
;
static method fn4() core::int?
;
static method main() void
;