summaryrefslogtreecommitdiff
path: root/java/java-tests/testData/codeInsight/template/postfix/templates/format/notString_after.java
blob: e828f4da893162ad0f20e02689d5f0949bb93389 (plain)
1
2
3
4
5
6
7
package templates;

public class Foo {
  void m(boolean b, int value) {
    b.format    <caret>
  }
}