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