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

14 lines
274 B
Java

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