view test/bug-46660/class_bug46660.m @ 33612:23bb1d9fcec8 bytecode-interpreter tip

maint: Merge default to bytecode-interpreter.
author Nicholas R. Jankowski <jankowski.nicholas@gmail.com>
date Sun, 19 May 2024 23:02:07 -0400
parents 0b6810085ed3
children
line wrap: on
line source

classdef class_bug46660
  properties
    x
    y
  endproperties
endclassdef