|
| From: | Guillaume |
| Subject: | [Octave-bug-tracker] [bug #58953] Error with 'end' in index expression with nested function calls |
| Date: | Wed, 9 Sep 2020 16:29:52 -0400 (EDT) |
| User-agent: | Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Firefox/68.0 |
Follow-up Comment #18, bug #58953 (project octave):
Matlab R2020a gives:
>> obj = myclass (13)
obj =
myclass with properties:
data: 13
>> obj.methodA (42)
ans =
'.'
ans =
'()'
ans =
'methodA'
ans =
1x1 cell array
{[42]}
>> methodA (obj, 42)
ans =
42
On a perhaps related matter, there is bug #55856
_______________________________________________________
Reply to this item at:
<https://savannah.gnu.org/bugs/?58953>
_______________________________________________
Message sent via Savannah
https://savannah.gnu.org/
| [Prev in Thread] | Current Thread | [Next in Thread] |