blob: ac18ccc29d5d43451a42b2a789e89ccd874a959e [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;
}