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