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