annotate test/bug-44940/class_bug44940.m @ 20654:b65888ec820e draft default tip gccjit

dmalcom gcc jit import
author Stefan Mahr <dac922@gmx.de>
date Fri, 27 Feb 2015 16:59:36 +0100
parents 38487298513b
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
20225
38487298513b Add tests for indexing classdef object with empty "()" (bug #44940).
Carnë Draug <carandraug@octave.org>
parents:
diff changeset
1 classdef class_bug44940 < handle
38487298513b Add tests for indexing classdef object with empty "()" (bug #44940).
Carnë Draug <carandraug@octave.org>
parents:
diff changeset
2 properties
38487298513b Add tests for indexing classdef object with empty "()" (bug #44940).
Carnë Draug <carandraug@octave.org>
parents:
diff changeset
3 child
38487298513b Add tests for indexing classdef object with empty "()" (bug #44940).
Carnë Draug <carandraug@octave.org>
parents:
diff changeset
4 endproperties
38487298513b Add tests for indexing classdef object with empty "()" (bug #44940).
Carnë Draug <carandraug@octave.org>
parents:
diff changeset
5 endclassdef