summaryrefslogtreecommitdiff
path: root/java/java-tests/testData/codeInsight/template/postfix/templates/format/notString_after.java
diff options
context:
space:
mode:
Diffstat (limited to 'java/java-tests/testData/codeInsight/template/postfix/templates/format/notString_after.java')
-rw-r--r--java/java-tests/testData/codeInsight/template/postfix/templates/format/notString_after.java7
1 files changed, 7 insertions, 0 deletions
diff --git a/java/java-tests/testData/codeInsight/template/postfix/templates/format/notString_after.java b/java/java-tests/testData/codeInsight/template/postfix/templates/format/notString_after.java
new file mode 100644
index 000000000000..e828f4da8931
--- /dev/null
+++ b/java/java-tests/testData/codeInsight/template/postfix/templates/format/notString_after.java
@@ -0,0 +1,7 @@
+package templates;
+
+public class Foo {
+ void m(boolean b, int value) {
+ b.format <caret>
+ }
+} \ No newline at end of file