mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-25 02:21:17 +07:00
7 lines
128 B
Java
7 lines
128 B
Java
// "Replace with <>" "false"
|
|
class Test<T> {
|
|
Test<String> s = new Test<St<caret>ring>(){
|
|
}; // anonymous inner class
|
|
|
|
}
|