Allow non-abstract non-public interface methods in ILAsm (#14998)
authorMichal Strehovský <MichalStrehovsky@users.noreply.github.com>
Sun, 12 Nov 2017 19:58:20 +0000 (20:58 +0100)
committerJan Kotas <jkotas@microsoft.com>
Sun, 12 Nov 2017 19:58:20 +0000 (11:58 -0800)
commit71236a3d56754b602fc9043f5b5d78cadc059453
tree01860de14e99437e21ac790e442cabcfcc3b6359
parentfd309c202ddfb886a1db38102cc10a5e0ec8439d
Allow non-abstract non-public interface methods in ILAsm (#14998)

This is to support the default interface method feature in C#.
See https://github.com/dotnet/csharplang/blob/5971e753a20a32e5f471a5439c88e667e32413f0/proposals/default-interface-methods.md
src/ilasm/assem.cpp
src/ilasm/assembler.cpp