You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The JVM crashes at runtime when loading example.BadTest.Bad because the given Foo[A] is encoded as a final field on an interface that has no value, whereas with implicit evidence, or an explicit name it is encoded as a method.
The JVM crashes at runtime when loading
example.BadTest.Bad
because thegiven Foo[A]
is encoded as a final field on an interface that has no value, whereas with implicit evidence, or an explicit name it is encoded as a method.The text was updated successfully, but these errors were encountered: