octave-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Octave-bug-tracker] [bug #55774] Subsasign on class member: a cs-list c


From: anonymous
Subject: [Octave-bug-tracker] [bug #55774] Subsasign on class member: a cs-list cannot be further indexed
Date: Sun, 24 Feb 2019 07:13:03 -0500 (EST)
User-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.119 Safari/537.36

Follow-up Comment #1, bug #55774 (project octave):

and A defines numel that returns a value > 1

classdef A < handle
  properties
    list 
  end
  methods 
    function self = A()
      self.list = {1,2};
    end
    function r = numel(self)
      r = 2;
    end
  end
end



    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?55774>

_______________________________________________
  Message sent via Savannah
  https://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]