summaryrefslogtreecommitdiff
path: root/java/java-tests/testData/codeInsight/completion/normal/SmartEnterWithNewLine_after.java
blob: 1b70dd9760a15377643e654f3a3abe79faab896c (plain)
1
2
3
4
5
6
7
8
9
10
11

class Tester {
  private void build(EntityBuilder builder) {
  }

  public void test1(int abc, int abd) {
      if (abc) {
          <caret>
      }
  }
}