blob: fdefef5d877d859b943db596d2e5c6025fe0486c [file] [log] [blame]
var a = () {
g f1() {
return;
}
g f2() async {
return;
}
};
main() {}