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