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