We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
This page collects a bunch of ideas I've been going over for how to support migrations, particularly where there is a type hierarchy.
Let A, B(A), C(B), D(A) be classes where brackets indicate inheriting from.
A
B(A)
C(B)
D(A)