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