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