Closed masonwheeler closed 7 years ago
With the CCI backend, I was able to create the invalid assembly that Reflection.Emit
kept erroring out on and use ILDasm to compare it to what CSC produces on the equivalent code, see what the difference was, and then fix it.
I'll close this issue once the CCI backend is merged into Master.
Expected: This should work Observed:
Internal compiler error: Failed to create 'MyNamespace.Derived' type.
(Error occurs during EmitAssembly step.)