void test() { void test(int a) {; info(int2str(a)); } ; test('Гадость') }
class test { } void test1(int _a) {; info(int2str(_a)); } void test2() {; this.test1('Гадость'); }