blob: 3b9581f0ce8489b0e7da580a29fe76f2479fef17 [file] [log] [blame]
// @dart = 2.9
library test;
class C {}
class D {}
class E {}
void test(void f()) {}
main() {}