blob: 1f902de7129e835a78fca8c7a11d2d6a1384bf3c [file] [log] [blame]
class A {
Object? get bar => null;
String get foo => "foo";
}
test(dynamic x) {}