Files
openide/java/java-tests/testData/codeInsight/typing/columnMode_after.java

5 lines
55 B
Java

class Foo {
void m() {
System.exit(<caret>)
}
}