blob: 7523cc7aaa352a75dd97ed864d705384cda96282 [file] [log] [blame]
void main() {}
String setValue = "";
void expect(String expect, Object value, String expectSet) {}
extension Ops on Object {
Object operator +(Object other) => "(${this}+$other)";
Object operator -(Object other) => "(${this}-$other)";
Object get field => "${this}.field";
void set field(Object other) {}
}