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 super class type of Foo should be Bar<String>, but the supertypes on the DClass for Foo instead includes the type Bar<T>, using the type parameter from the definition of Bar instead of the concrete type used in Foo's definition.
(This is handled correctly for kotlin source.)
The text was updated successfully, but these errors were encountered:
Sample java source:
The super class type of
Foo
should beBar<String>
, but thesupertypes
on theDClass
forFoo
instead includes the typeBar<T>
, using the type parameter from the definition ofBar
instead of the concrete type used inFoo
's definition.(This is handled correctly for kotlin source.)
The text was updated successfully, but these errors were encountered: