blob: 0a2796eae34004f85cdb411df71a21e3d72905ce [file] [log] [blame]
library;
import self as self;
import "dart:core" as core;
static method test() dynamic {
core::Object* x;
core::Function* f;
x.call();
x.call(3);
f.call(5, 2);
x.call();
f.call;
f.call(5, 2);
}
static method main() dynamic {}