view test/classdef/plist_t1.m @ 28218:8619dc0d3749

maint: merge stable to default.
author Rik <rik@octave.org>
date Tue, 14 Apr 2020 11:10:14 -0700
parents 194481349d22
children
line wrap: on
line source

classdef plist_t1
  properties
    a = 1 b
  end
end