mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-06 08:00:18 +07:00
#IDEA-365686 Fixed GitOrigin-RevId: 791da00a46f9d0982ed939feb132737ad48746c8
9 lines
231 B
Java
9 lines
231 B
Java
class Test {
|
|
|
|
/// @param a link to [java.lang.String]
|
|
/// @param b link with a [label][java.lang.String]
|
|
/// @return return label with a link [java.lang.String]
|
|
int fo<caret>o(int a, int b) { return 0; }
|
|
|
|
void foo2() {}
|
|
} |