blob: 715a3f3b9202b917df262f40df4e5967053dc5c4 [file] [log] [blame]
library test;
import self as self;
import "dart:core" as core;
static method main() dynamic {
core::double* v = self::f(() core::int* {
return 1;
});
}
static method f(dynamic x) core::double*
return 1.0;