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