view test/classdef/plist_t1.m @ 31090:1779a64b2510

maint: Merge stable to default
author Arun Giridhar <arungiridhar@gmail.com>
date Fri, 10 Jun 2022 18:57:17 -0400
parents 194481349d22
children
line wrap: on
line source

classdef plist_t1
  properties
    a = 1 b
  end
end