mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-17 21:15:58 +07:00
12 lines
193 B
Java
12 lines
193 B
Java
public class RefactorBug {
|
|
public static void som<caret>ething(int a, float b) {
|
|
}
|
|
|
|
/**
|
|
* @see #something(int, float)
|
|
*/
|
|
public static void somethingElse() {
|
|
|
|
}
|
|
}
|