Bugfix - properly use old enclosing_object to interpret parameters to method, use new_enclosing_object for interpreting the actual function itself
This commit is contained in:
@@ -172,8 +172,6 @@ obj string (Object, Serializable) {
|
||||
}
|
||||
|
||||
fun operator+(str: ref string): string {
|
||||
/*var newStr.construct(str):string*/
|
||||
/*var ret.construct(data + newStr.data):string*/
|
||||
var ret.construct(data + str.data):string
|
||||
return ret
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user