blob: c6a76157b38036619414b1306dab6de97da683fa [file] [log] [blame]
library;
import self as self;
import "dart:core" as core;
extension E on core::int {
static field s = self::E|s;
}
static field core::String E|s = "Lily was here";
static method test() dynamic {
self::E|s;
}