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