mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-21 04:50:58 +07:00
6 lines
110 B
Java
6 lines
110 B
Java
// "Create Inner Class 'Generic'" "true"
|
|
class Test {
|
|
void foo () {
|
|
new <caret>Generic<String> ();
|
|
}
|
|
} |