mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-06 04:11:31 +07:00
IJ-MR-174748 #IDEA-376337 GitOrigin-RevId: 4352c370375c968392ea81cdcfab262ebd7fa5ab
11 lines
199 B
Java
11 lines
199 B
Java
/**
|
|
* {@link ##my-id label}
|
|
* {@link ##<error descr="Cannot resolve fragment my-other-id">my-other-id</error> label}
|
|
*/
|
|
class Test {
|
|
/**
|
|
* <div id=my-id></div>
|
|
*/
|
|
public void foo() {}
|
|
|
|
} |