/trunk/Examples/test-suite/octave/using_protected_runme.m
# · MATLAB · 8 lines · 6 code · 2 blank · 0 comment · 1 complexity · bfaa7533077861671fa22aaef373fb22 MD5 · raw file
- using_protected
- f = FooBar();
- f.x = 3;
- if (f.blah(4) != 4)
- error("blah(int)")
- endif