mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-25 14:25:04 +07:00
highlight inaccessible array component type (IDEA-165434)
This commit is contained in:
+7
@@ -0,0 +1,7 @@
|
||||
package b;
|
||||
class C {
|
||||
{
|
||||
int u = a.B.getAs().<error descr="Cannot access 'length' in '_Dummy_.__Array__'">length</error>;
|
||||
a.B.getAs().<error descr="Cannot access 'clone()' in '_Dummy_.__Array__'">clone</error>();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user