view test/bug-51534/child_bug51534.m @ 31221:f5755dbacd8d

maint: merge stable to default
author Pantxo Diribarne <pantxo.diribarne@gmail.com>
date Wed, 31 Aug 2022 22:04:02 +0200
parents ff893e26aeeb
children
line wrap: on
line source

classdef child_bug51534 < parent_bug51534
  methods
    function self = child_bug51534 (val)
      self@parent_bug51534 (val);
    endfunction
  endmethods
endclassdef