dry-python/classes

Check that `AssociatedType` type vars are not bound / do not have values

sobolevn opened this issue · 0 comments

Right now, it is possible to create AssociatedType with bound type variables. This is not really supported during runtime.
So, we need a check for this.