blob: 819899880c8c8597f19ddf24ea141e5c27b11a90 [file] [log] [blame]
library test;
import self as self;
import "dart:core" as core;
static field core::List<([core::int]) core::Object> v = <([core::int]) core::Object>[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;
}