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

13 lines
252 B
Java

class Foo {
void foo(){
public void testDocComment2() throws Exception{
doTextTest("class Test {\n" +
"/**\n" +
"/**\n" +
"/**\n" +
"/**\n<caret>" +
"}");
}
}
}