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