summaryrefslogtreecommitdiff
path: root/resources-en/src/intentionDescriptions/ConvertToStringLiteralAction/after.java.template
diff options
context:
space:
mode:
Diffstat (limited to 'resources-en/src/intentionDescriptions/ConvertToStringLiteralAction/after.java.template')
-rw-r--r--resources-en/src/intentionDescriptions/ConvertToStringLiteralAction/after.java.template1
1 files changed, 1 insertions, 0 deletions
diff --git a/resources-en/src/intentionDescriptions/ConvertToStringLiteralAction/after.java.template b/resources-en/src/intentionDescriptions/ConvertToStringLiteralAction/after.java.template
new file mode 100644
index 000000000000..dc918936facd
--- /dev/null
+++ b/resources-en/src/intentionDescriptions/ConvertToStringLiteralAction/after.java.template
@@ -0,0 +1 @@
+String s = <spot>"</spot>literal<spot>"</spot>;