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