mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-26 03:13:40 +07:00
diamond completion: allow class type parameters in constructor params list (IDEA-109942)
This commit is contained in:
+1
-1
@@ -1,6 +1,6 @@
|
||||
class MyClass {
|
||||
public void foo() {
|
||||
MyDD<String> d = new MyDD<String>(<caret>);
|
||||
MyDD<String> d = new MyDD<>(<caret>);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user