blob: 00fd013940b493d0ecc3e859fcc381140c4f33da [file] [log] [blame]
library;
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();
static method fn() core::int
;
static method fn2() core::int
;
static method main() void
;