mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-25 14:25:04 +07:00
don't erase generics when choosing a new class name with tab (IDEA-50622)
This commit is contained in:
+9
@@ -0,0 +1,9 @@
|
||||
public class TestClass {
|
||||
|
||||
public TestClass create() {
|
||||
final int value = 1;
|
||||
return new Xxx<caret><String>(value);
|
||||
}
|
||||
}
|
||||
|
||||
class Xxx { }
|
||||
Reference in New Issue
Block a user