mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-06 03:21:12 +07:00
replace diamond with type on inline when after inline diamond won't be inferred (IDEA-66142)
This commit is contained in:
@@ -70,6 +70,14 @@ public class InlineLocalTest extends LightCodeInsightTestCase {
|
||||
doTest(false);
|
||||
}
|
||||
|
||||
public void testNewExpressionWithDiamond() throws Exception {
|
||||
doTest(false);
|
||||
}
|
||||
|
||||
public void testNewExpressionWithPreservedDiamond() throws Exception {
|
||||
doTest(false);
|
||||
}
|
||||
|
||||
public void testAugmentedAssignment() throws Exception {
|
||||
String exception = null;
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user