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

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

[Octave-bug-tracker] [bug #47680] classdef @ operator to overrided super


From: Julien Bect
Subject: [Octave-bug-tracker] [bug #47680] classdef @ operator to overrided superclass methods
Date: Thu, 7 Feb 2019 16:09:12 -0500 (EST)
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Firefox/60.0

Follow-up Comment #15, bug #47680 (project octave):

John,

Concerning the questions in Comment #14, I can answer for the first one.

Inserting spaces around the @ sign is ok:


this.addRequired @ inputParser( name, validator );


Inserting spaces around the dot is not ok:


this . addRequired @ inputParser( name, validator );


because then "this" is interpreted as a function name.

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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