mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 09:34:34 +07:00
moved java resolve tests to community
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
package psi.resolve.method;
|
||||
|
||||
import com.intellij.util.containers.trove.THashMap;
|
||||
|
||||
/**
|
||||
* Created by IntelliJ IDEA.
|
||||
* User: ik
|
||||
* Date: 17.01.2003
|
||||
* Time: 15:08:26
|
||||
* To change this template use Options | File Templates.
|
||||
*/
|
||||
public class Remove3{
|
||||
THashMap map = new THashMap();
|
||||
|
||||
void foo(){
|
||||
map.<ref>size();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user