mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-25 17:07:05 +07:00
reformat on replace type args with <> (IDEA-138079)
This commit is contained in:
+8
@@ -0,0 +1,8 @@
|
||||
// "Replace with <>" "true"
|
||||
class Test<T> {
|
||||
public Test(String s1, String s2) {}
|
||||
|
||||
Test<String> s = new Test<>("s1",
|
||||
"s2");
|
||||
|
||||
}
|
||||
+8
@@ -0,0 +1,8 @@
|
||||
// "Replace with <>" "true"
|
||||
class Test<T> {
|
||||
public Test(String s1, String s2) {}
|
||||
|
||||
Test<String> s = new Test<Str<caret>ing>("s1",
|
||||
"s2");
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user