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

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

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