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