Computing type of new java.lang.Enum[Foo]()
throws NonMethodReferenceException
#380
Labels
bug
Something isn't working
Somewhere inside the tree of
Foo
there is anApply
tree:new java.lang.Enum[Foo]()
. If I compute the type of this tree it throwsNonMethodReferenceException
because the type of thefun
is not a method type.The text was updated successfully, but these errors were encountered: