mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-04-30 18:28:55 +07:00
switch tests on new inference
(cherry picked from commit d2cbf3f2833104c3a0381059b0d6ef8ac0b3c94c)
This commit is contained in:
@@ -27,7 +27,7 @@ class MyTest<E> {
|
||||
bar(MyTest<String>::new, "");
|
||||
bar(MyTest::new, "");
|
||||
|
||||
bar(<error descr="Cyclic inference">MyTest::new</error>);
|
||||
bar(<error descr="Cyclic inference">MyTest<String>::new</error>);
|
||||
bar(MyTest::new);
|
||||
bar(MyTest<String>::new);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user