blob: f8f634b55703bdbe7da3c37014fd6d52ce637799 [file] [log] [blame]
List<void> l1 = [method()];
main() {}
test(Iterable<void> iterable, Stream<void> stream) async {}
var l2 = [method()];
var v2 = method();
void method() {}
void v1 = method();