RE: [Ikvm-developers] Type mapping & interface inheritance question
Brought to you by:
jfrijters
|
From: Jeroen F. <je...@su...> - 2004-09-12 09:20:42
|
Hi David, Thanks for the repro. It's an mcs bug. It doesn't handle interfaces that indirectly extend other interfaces. I've attached a repro that doesn't involve ikvm. The commented out line in bug.il shows the difference between the mcs generated IB interface and the ikvm generated one. mcs lists all implemented interfaces explicitly (and depends on this when compiling against other code), but ikvm doesn't do this (and this is perfectly legal). Thanks. Regards, Jeroen |