classdef bug60143 < handle properties t endproperties methods function set.t(this, val) this.t = val; endfunction endmethods endclassdef