It's generally discouraged to be posting long code snippets. Certainly code snippets long enough to make use of such a feature. I do like the idea, but the effort/return ratio just isn't there for use on SO.
You can always manually hack in something to get the point across. I.e., see (1) in my code below:
public void x(){ ... int a = 42; // *** 1 *** ...}