blob: 1908b90ac152c869de4901496e5cdaa19dd7eabd [file] [log] [blame]
library test;
import self as self;
import "dart:core" as core;
import "dart:async" as asy;
import "dart:async";
static method add(core::int x) void
;
static method add2(core::int y) dynamic
;
static method test(asy::Future<core::int> f) dynamic
;
static method main() dynamic
;