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