mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-01 09:04:15 +07:00
This commit also fixes broken links in nested classes GitOrigin-RevId: 44443df5abd7646168124452ad25679e6570166d
8 lines
99 B
Java
8 lines
99 B
Java
class Outside {
|
|
void outside(){}
|
|
|
|
class Inside {
|
|
/// [#outside()]
|
|
void inside(){}
|
|
}
|
|
} |