blob: 726eddf4636918eb82d77e332a2e679766022ba3 [file] [log] [blame]
library test;
import self as self;
import "dart:core" as core;
static field core::double a = 1.2;
static method main() dynamic {
core::double b = 3.4;
}