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