mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-22 23:20:57 +07:00
fixes IDEA-281568, IDEA-139879, IDEA-55288 GitOrigin-RevId: c0a83cf3288ee5c78ed8c53dd7bae73fc3de59dd
15 lines
159 B
Java
15 lines
159 B
Java
class A {
|
|
/**
|
|
* Demo.
|
|
*
|
|
* @param a
|
|
* a.
|
|
* @param b
|
|
* b.
|
|
* @param c
|
|
* c.
|
|
*/
|
|
public void <caret>demo(int a, int b, int c) {
|
|
}
|
|
|
|
} |