Files
openide/java/java-tests/testData/codeInsight/completeStatement/IDEA22125_after.java
peter 02fdc91a10 IDEA-126726 "Complete current statement" always adds a newline
* rollback the fix for IDEA-119926
2014-07-08 13:13:51 +02:00

7 lines
111 B
Java

public class Junk {
public static void main(String[] args) {
int i = 1; // comment<caret>
}
}