blob: dd330d909fa29cc52a38ab22a40d028c21b15aa0 [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) {}
}