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