Commits

David Farler committed bfed7d0e015
unittest/Reflection: Test that TypeRefs remain unique after substitution A TypeRef for C<T, U>, substituted to C<Int, Int>, should have the same pointer identity as a C<Int, Int> created by other means. This prevents repeating reflective layout work if we've already seen a particular instantiation of a generic type.