blob: ce7932d114327fdbf8556d1bd75b943ba2346ce9 [file] [log] [blame]
abstract class A {
String get quux;
bool get qux;
int? get baz;
int? get foo;
int get bar;
int get foobar;
num get boz;
}
test(x, y, z) {}