mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-05-02 11:18:16 +07:00
more java tests moved to community
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
// "Create Method 'get'" "true"
|
||||
class W<T> {
|
||||
public T get(T s) {
|
||||
<selection>return null; //To change body of created methods use File | Settings | File Templates.</selection>
|
||||
}
|
||||
}
|
||||
|
||||
class C {
|
||||
void foo () {
|
||||
W<String> w = new W<String>();
|
||||
String s = w.get("");
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user