blob: e9db0d819965d466a02178f08601313bf7dab50e [file] [log] [blame]
library test;
import self as self;
import "dart:core" as core;
static method main() dynamic {
() →* (core::int*) →* core::double* f = () (core::int*) →* core::double* {
return (core::int* x) core::double* {
return 2.0.{core::double::*}(x){(core::num*) →* core::double*};
};
};
}