blob: cdf68c283fc231760b48b12063d5ae7a5121830f [file] [log] [blame]
// @dart = 2.9
class C {
m(x) => this(x);
call(x) => 42;
}
main() {}