Commit 03521b2
Add IL verification: M(()) and M() produce identical IL method signatures
Proves the conformance relaxation is safe at IL level — both member M(())
and member M() compile to '.method public hidebysig instance int32 M()',
confirming the representation difference is compile-time only.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent c373cc0 commit 03521b2
1 file changed
Lines changed: 18 additions & 1 deletion
Lines changed: 18 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
854 | 854 | | |
855 | 855 | | |
856 | 856 | | |
857 | | - | |
| 857 | + | |
| 858 | + | |
| 859 | + | |
| 860 | + | |
| 861 | + | |
| 862 | + | |
| 863 | + | |
| 864 | + | |
| 865 | + | |
| 866 | + | |
| 867 | + | |
| 868 | + | |
| 869 | + | |
| 870 | + | |
| 871 | + | |
| 872 | + | |
| 873 | + | |
| 874 | + | |
0 commit comments