blob: c4ef33976e5bf23fda4e335e85dddc78946c4e24 [file] [log] [blame]
// @dart = 2.9
library test;
class C {
C(void func()) {}
}
main() {}