You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Remove test checking don't specalise unspecalised generic types
Previously this test verified that a a List<T> reference wouldn't cause
us to create a specalisation of List with generic type paramter T. Given
that we now don't specalise any types except manually, this test doesn't
make sense.
0 commit comments