mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-17 15:50:53 +07:00
9 lines
235 B
Java
9 lines
235 B
Java
package pck;
|
|
import static pck.A.*;
|
|
import static pck.B.*;
|
|
|
|
class Test {
|
|
public static void main(String[] args) {
|
|
bar<error descr="Ambiguous method call: both 'A.bar(Object)' and 'B.bar(Object)' match">("")</error>;
|
|
}
|
|
} |