blob: bdf31c5a35eef2906daece42418304410127bf68 [file] [log] [blame]
library test;
import self as self;
import "dart:core" as core;
typedef FunctionReturningNum = () →* core::num*;
static method test() dynamic
;
static method main() dynamic
;