blob: aaa6d2bcd3e9d97808ec15c228c09844a948eec6 [file] [log] [blame]
library test;
import self as self;
import "dart:core" as core;
static field dynamic v = <dynamic>[self::f, self::g];
static method f([core::int x = null]) core::int
return null;
static method g([core::int x = null]) core::String
return null;
static method main() dynamic {
self::v;
}