Self
doesn't work when appears in a callable directly nested in ClassVar
#14108
Labels
Self
doesn't work when appears in a callable directly nested in ClassVar
#14108
Currently this test fails
Note, according to conventions, callable that appears directly in
ClassVar
should act as a method, not as an instance attribute with a callable type, i.e. in this very specific case callable needs to be made generic.The text was updated successfully, but these errors were encountered: