//#isut class Test { Int a() { //#33 printInt(33); return 22 } } { Int a = (new Test()).a(); //#22 printInt (a); }