blob: d78b4c829cfd44fb694c51b1cbf4a32aa68924d1 [file] [log] [blame]
// @dart = 2.6
class C {
void set x(value) {}
}
void test(C c) {}
main() {}