mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-21 12:14:37 +07:00
java completion: fix double T[] suggestion in toArray((<caret>)casted)
GitOrigin-RevId: 8c56d0e78ae8f0d027ca428165753b5db2fda543
This commit is contained in:
committed by
intellij-monorepo-bot
parent
d81527a685
commit
d2f33b5f06
+8
@@ -0,0 +1,8 @@
|
||||
public class SomeClass {
|
||||
|
||||
{
|
||||
java.util.List<Unresolved> l;
|
||||
Unresolved[] a = l.toArray((<caret>)expr);
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user