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