summaryrefslogtreecommitdiff
path: root/Examples/test-suite/octave/class_scope_weird_runme.m
blob: 2fc857808cc5dca2bdeb61c41ce67f909e7c3b15 (plain)
1
2
3
4
5
6
7
class_scope_weird

f = class_scope_weird.Foo();
g = class_scope_weird.Foo(3);
if (f.bar(3) != 3)
    error
endif