[Mono-bugs] [Bug 74852][Nor] Changed - mcs expects imported interface methods to have a newslot attribute
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Fri, 6 May 2005 15:30:14 -0400 (EDT)
Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.
Changed by vargaz@gmail.com.
http://bugzilla.ximian.com/show_bug.cgi?id=74852
--- shadow/74852 2005-05-06 15:29:37.000000000 -0400
+++ shadow/74852.tmp.7602 2005-05-06 15:30:14.000000000 -0400
@@ -22,6 +22,11 @@
newslot flag is perfectly acceptable so mcs should be able to deal with
this. MS.NET handles it just fine.
To reproduce:
ilasm /dll /target:bug.dll bug.il
mcs /r:bug.dll bug2.cs
+
+------- Additional Comments From vargaz@gmail.com 2005-05-06 15:30 -------
+Created an attachment (id=15079)
+testcase
+