summaryrefslogtreecommitdiff
path: root/java/java-tests/testData/codeInsight/completion/normal/SmartEnterWithNewLine.java
diff options
context:
space:
mode:
Diffstat (limited to 'java/java-tests/testData/codeInsight/completion/normal/SmartEnterWithNewLine.java')
-rw-r--r--java/java-tests/testData/codeInsight/completion/normal/SmartEnterWithNewLine.java9
1 files changed, 9 insertions, 0 deletions
diff --git a/java/java-tests/testData/codeInsight/completion/normal/SmartEnterWithNewLine.java b/java/java-tests/testData/codeInsight/completion/normal/SmartEnterWithNewLine.java
new file mode 100644
index 000000000000..d21cac7e5efa
--- /dev/null
+++ b/java/java-tests/testData/codeInsight/completion/normal/SmartEnterWithNewLine.java
@@ -0,0 +1,9 @@
+
+class Tester {
+ private void build(EntityBuilder builder) {
+ }
+
+ public void test1(int abc, int abd) {
+ if(a<caret>)
+ }
+}