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