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