blob: b1feffbee94a0622db3fb822001ce2b5f5cb7177 [file] [log] [blame]
class A {
int c1 = 1;
int test() => 2;
}
main() {}
errors() {}