blob: e7238f8f1c3fc779cf1d8aa4b1a1fd492d5a396a [file] [log] [blame]
// @dart = 2.9
class Class {
void call() {}
}
main() {}
test(Class c) {}