classes
classes copied to clipboard
Check that `AssociatedType` type vars are not bound / do not have values
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.