Implementing reabstraction of default interface methods. (mono/mono#14790)
authorThays Grazia <thaystg@gmail.com>
Fri, 14 Jun 2019 19:15:38 +0000 (16:15 -0300)
committerGitHub <noreply@github.com>
Fri, 14 Jun 2019 19:15:38 +0000 (16:15 -0300)
commit56c896167444bac5045243d041f33c2f921cacc8
treed6a8df15410087bb4eb3ce7b3b2206171e3ad146
parent5b0be93b9c7827f5c0481d858b0f79b54a71a560
Implementing reabstraction of default interface methods. (mono/mono#14790)

Implementing reabstraction of default interface methods.
Fix mono/mono#14495

Commit migrated from https://github.com/mono/mono/commit/a81cc6732716f4f53b110777d4aa700708d27663
src/mono/mono/metadata/class-init.c
src/mono/mono/metadata/class-internals.h
src/mono/mono/metadata/loader.c
src/mono/mono/tests/Makefile.am
src/mono/mono/tests/dim-reabstraction-generics.il [new file with mode: 0644]
src/mono/mono/tests/dim-reabstraction.il [new file with mode: 0644]