mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 09:34:34 +07:00
detect array initializer type based on short variable array notation (IDEA-147881)
This commit is contained in:
+6
@@ -0,0 +1,6 @@
|
||||
class Test {
|
||||
{
|
||||
Object x = null;
|
||||
Object[] objs = {x == null ? "N/A" : x};
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user