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

6 lines
70 B
Java

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