blob: 9a7b0d05cb3707a28942bf6298f2cc30f8da33ac [file] [log] [blame]
class Foo {
int x2 = 42;
@x2
int? a, b;
}