blob: a28ca70bead96ad993abb8bef5ba8ea67e05d63a [file] [log] [blame]
library test;
import self as self;
import "dart:core" as core;
static final field (core::bool) core::int f = (core::bool b) core::int => 1;
static method main() dynamic {
self::f;
}