mirror of https://github.com/adamdruppe/arsd.git
fix index setting, thanks mzfhhhh
This commit is contained in:
parent
f26fb2a32d
commit
c1ced1eadd
4
script.d
4
script.d
|
@ -1309,6 +1309,10 @@ class IndexExpression : VariableExpression {
|
||||||
return this.getVarFrom(sc, *v);
|
return this.getVarFrom(sc, *v);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
override ref var setVar(PrototypeObject sc, var t, bool recurse = true, bool suppressOverloading = false) {
|
||||||
|
return getVar(sc,recurse) = t;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
class SliceExpression : Expression {
|
class SliceExpression : Expression {
|
||||||
|
|
Loading…
Reference in New Issue