blob: b46ce39279811a6243c4b8ca162bf11a1406c12d [file] [log] [blame]
library test;
import self as self;
import "dart:core" as core;
typedef F = () void;
static final field dynamic x = <core::String, () void>{};
static method main() dynamic {
self::x;
}