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