Add asserts for the types of the Span indexers. (dotnet/coreclr#21037)
authorCarol Eidt <carol.eidt@microsoft.com>
Tue, 20 Nov 2018 03:43:03 +0000 (19:43 -0800)
committerJan Kotas <jkotas@microsoft.com>
Tue, 20 Nov 2018 03:43:03 +0000 (19:43 -0800)
commit4f3c7d6703001f920ee702ec96a6c6e214964a44
tree89afde6d7907871bb658b87c6e16e8023887460e
parent3bb6831f1e58a6d40996c9427f0a36576f66e369
Add asserts for the types of the Span indexers. (dotnet/coreclr#21037)

Also, add a test for dotnet/coreclr#20958

Commit migrated from https://github.com/dotnet/coreclr/commit/398c3bc97d5297df9773284a03e425f90c40bcf0
src/coreclr/src/jit/importer.cpp
src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_20958/GitHub_20958.cs [new file with mode: 0644]
src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_20958/GitHub_20958.csproj [new file with mode: 0644]