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