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