blob: 7875bc47e38cbb5166c7ddf21f67b46284a851ee [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) dynamic => 1;
static method main() dynamic {
self::f;
}