``` typescript class A { @(x => { var a = 3; document.writeln(a); // no error here, though it should be return x; }) m() { } } ```