Files
openide/java/java-tests/testData/codeInsight/enterAction/lineComment/BeforeAnother.java
T
2022-04-25 11:40:41 +00:00

5 lines
60 B
Java

public class Foo {
{
// abc<caret> //def
}
}