blob: fac4ef3c4604c19e1dcf3b7e63b384ae2e119e55 [file]
library;
import self as self;
import "dart:core" as core;
static field core::int _ = 100;
static method main() dynamic {
core::int _ = 1;
core::int _ = 2;
self::_ = 3;
}