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