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