eclipse-archived/ceylon-ide-intellij

Can't navigate to constructor of Java array type

bjansen opened this issue · 2 comments

For some reason I can't control-click on ObjectArray.with in CeylonResolvable.ceylon.

I changed the issue description, because surely this is specific to Java array types.

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.