blob: e07bca3bc73c61fa52a998ccecf0cafef7fa6f72 [file] [log] [blame]
void foo() => print('foo');
class Bar {
void call() {}
}
main() {}