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