blob: a0b3172a42b8d9a1df7bb9b0312370d46f80b80d [file] [log] [blame]
package templates;
public class Foo {
void m(boolean b, int value) {
String.format("m()", <caret>);
}
}