blob: ca1b32dbfff8812c1c27bef800a3628c3c6d4e00 [file] [log] [blame]
package templates;
public class Foo {
void m(int value) {
b.if <caret>
value = 123;
}
}