blob: cabde6df3df77240a5e3a1f875de33b76d8705f5 [file] [log] [blame]
class C {
call(x) => 42;
m(x) => this(x);
}
main() {}