annotate test/classdef/@class_bug62802/amethod.m @ 31312:b01e8e322838 stable

test: Add test for number of methods with classdef in @folder (bug #62802). * test/classdef/classdef.tst: Add test for number of methods returned for classdef that defines methods in an @folder and in the function definition. * test/classdef/@class_bug62802/amethod.m, test/classdef/@class_bug62802/class_bug62802.m: Add new files. * test/classdef/module.mk: Add new files to dist.
author Markus Mützel <markus.muetzel@gmx.de>
date Mon, 17 Oct 2022 09:27:37 +0200
parents
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
31312
b01e8e322838 test: Add test for number of methods with classdef in @folder (bug #62802).
Markus Mützel <markus.muetzel@gmx.de>
parents:
diff changeset
1 function amethod (obj)
b01e8e322838 test: Add test for number of methods with classdef in @folder (bug #62802).
Markus Mützel <markus.muetzel@gmx.de>
parents:
diff changeset
2 ## This method is stored in a separate file.
b01e8e322838 test: Add test for number of methods with classdef in @folder (bug #62802).
Markus Mützel <markus.muetzel@gmx.de>
parents:
diff changeset
3 endfunction