mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-21 04:50:58 +07:00
6 lines
135 B
Java
6 lines
135 B
Java
// "Create Method 'bar'" "true"
|
|
public class Test {
|
|
<T extends String> void foo (T t1, T t2) {
|
|
<caret>bar (t1, t2);
|
|
}
|
|
} |