Add test coverage for static members on interfaces (#23928)
authorMichal Strehovský <MichalStrehovsky@users.noreply.github.com>
Tue, 23 Apr 2019 19:18:25 +0000 (21:18 +0200)
committerGitHub <noreply@github.com>
Tue, 23 Apr 2019 19:18:25 +0000 (21:18 +0200)
commitd5f569771f8dfda895867f5a1309afbe384ebf51
tree3f1959cb7b302c631a6750c4df2f39685ed84c9f
parent6c09b4c6f39727abcf2780f1ae4334ca9352bef4
Add test coverage for static members on interfaces (#23928)

This has been supported since v1 but we don't have much test coverage.

C# is going to enable interfaces to have static members and static constructors so we better start testing it.
tests/src/Regressions/coreclr/15647/interfacestatics.il [new file with mode: 0644]
tests/src/Regressions/coreclr/15647/interfacestatics.ilproj [new file with mode: 0644]
tests/src/reflection/StaticInterfaceMembers/consumer.cs [new file with mode: 0644]
tests/src/reflection/StaticInterfaceMembers/consumer.csproj [new file with mode: 0644]
tests/src/reflection/StaticInterfaceMembers/provider.il [new file with mode: 0644]
tests/src/reflection/StaticInterfaceMembers/provider.ilproj [new file with mode: 0644]