Can't navigate to constructor of Java array type
bjansen opened this issue · 2 comments
bjansen commented
For some reason I can't control-click on ObjectArray.with
in CeylonResolvable.ceylon
.
gavinking commented
I changed the issue description, because surely this is specific to Java array types.
bjansen commented
Right, it's a very specific case: a Java declaration disguised as a Ceylon class, with
is actually a Java constructor named ObjectArray
and annotated @com.redhat.ceylon.compiler.java.metadata.Name("with")
, that's why the IDE was confused.