mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-25 10:51:25 +07:00
moved java resolve tests to community
This commit is contained in:
+17
@@ -0,0 +1,17 @@
|
||||
/**
|
||||
* Created by IntelliJ IDEA.
|
||||
* User: ik
|
||||
* Date: 28.05.2003
|
||||
* Time: 16:50:51
|
||||
* To change this template use Options | File Templates.
|
||||
*/
|
||||
public class TestGenericMethodOverloading4 {
|
||||
class A<T>{
|
||||
public boolean equals(T t){
|
||||
return false;
|
||||
}
|
||||
}
|
||||
{
|
||||
new A<String>().<ref>equals(new String());
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user