Files
2022-07-27 10:00:32 +00:00

6 lines
118 B
Java

// "Create inner class 'Generic'" "true-preview"
class Test {
void foo () {
new <caret>Generic<String> ();
}
}