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