blob: dd477237ec59abc9c637125cb0bd36bd6294c713 [file] [log] [blame]
from using_protected import *
f = FooBar()
f.x = 3
if f.blah(4) != 4:
raise RuntimeError("blah(int)")