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

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

  public void test1(int abc, int abd) {
      System.out.println(a<caret>);
  }
}