view test/classdef/plist_t2.m @ 31206:7ae0a0772e9d

maint: merge stable to default
author Arun Giridhar <arungiridhar@gmail.com>
date Sun, 28 Aug 2022 12:21:36 -0400
parents 194481349d22
children
line wrap: on
line source

classdef plist_t2
  properties
    a = 1; b
  end
end