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
When generating JVM code, we should carry on the super interface(s) if their type is known to Knee.
Superclass support is also possible but much harder to do, because of delegating constructors. The only superclass we keep is Throwable, for language support.
The text was updated successfully, but these errors were encountered:
When generating JVM code, we should carry on the super interface(s) if their type is known to Knee.
Superclass support is also possible but much harder to do, because of delegating constructors. The only superclass we keep is
Throwable
, for language support.The text was updated successfully, but these errors were encountered: