view test/bug-44940/class_bug44940.m @ 31610:3b7852a822e8

maint: Merge stable to default.
author John W. Eaton <jwe@octave.org>
date Fri, 02 Dec 2022 10:12:40 -0500
parents 38487298513b
children
line wrap: on
line source

classdef class_bug44940 < handle
  properties
    child
  endproperties
endclassdef