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
#1843/#2853 added support for instantiating variables with an abstract type, under the assumption that it will always be applied to a concrete subclass. However, this doesn't seem to work in all cases:
#1843/#2853 added support for instantiating variables with an abstract type, under the assumption that it will always be applied to a concrete subclass. However, this doesn't seem to work in all cases:
Given
Then
As far as I understand it the last line shouldn't result in an error.
If I remove class
B
(and the correspondingelif
) I don't get an error. Interestingly, if I remove the wholeif
block I also don't get an error.This is with version 0.670.
The text was updated successfully, but these errors were encountered: