mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-17 07:20:53 +07:00
13 lines
252 B
Java
13 lines
252 B
Java
class Foo {
|
|
void foo(){
|
|
public void testDocComment2() throws Exception{
|
|
doTextTest("class Test {\n" +
|
|
"/**\n" +
|
|
"/**\n" +
|
|
"/**\n" +
|
|
"/**\n<caret>" +
|
|
"}");
|
|
}
|
|
|
|
}
|
|
} |