mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-28 04:37:32 +07:00
#IDEA-379155 Fixed GitOrigin-RevId: ce8a74e26ad1f221ff90719090bb34599f4751c0
15 lines
238 B
Java
15 lines
238 B
Java
import java.lang.String;
|
|
|
|
/**
|
|
* {@link ##unresolved}
|
|
* {@link ##my-id label}
|
|
* {@link Test##my-id label}
|
|
* @see ##my-id label
|
|
* @see Test##my-id label
|
|
*/
|
|
class Test {
|
|
/**
|
|
* <p id=my-id></p>
|
|
*/
|
|
public String field = null;
|
|
} |