[DIM] Fix behavior when there is an override of a method in a generic interface....
authorThays Grazia <thaystg@gmail.com>
Mon, 2 Dec 2019 16:20:00 +0000 (13:20 -0300)
committerGitHub <noreply@github.com>
Mon, 2 Dec 2019 16:20:00 +0000 (13:20 -0300)
commite8417c18fe9d0467669cfb388aa51acd79b52fc3
treeed59b8c0b2e61d3cc5386d3895ca3a495c549276
parent1902b68b36f474d8b8df4042c9006008b88c4f95
[DIM] Fix behavior when there is an override of a method in a generic interface.  (mono/mono#17963)

* Fix behavior when there is an override of a method in a generic interface.
Fixes mono/mono#17869

Commit migrated from https://github.com/mono/mono/commit/3834be3d2242312a6284f89ed77b60ff8b2327ab
src/mono/mono/metadata/class-init.c
src/mono/mono/tests/Makefile.am
src/mono/mono/tests/dim-generic.cs [new file with mode: 0644]