blob: 3d5a22a986c1a7719928d69497d083482a388269 [file] [log] [blame]
extension type Foo(String x) {
int x2 = 42;
@x2
int? a, b;
}