blob: 25711547468d0998fc641f543e12a450a8353f03 [file] [log] [blame]
// @dart = 2.9
library test;
class C {
int x;
}
void f(C c) {}
main() {}