[Mono-bugs] [Bug 58055][Blo] Changed - volatile interface members dont' work

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Fri, 7 May 2004 05:14:11 -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 iain@mccoy.id.au.

http://bugzilla.ximian.com/show_bug.cgi?id=58055

--- shadow/58055	2004-05-05 04:19:40.000000000 -0400
+++ shadow/58055.tmp.26233	2004-05-07 05:14:11.000000000 -0400
@@ -28,6 +28,11 @@
 x.cs(5) error CS0677: `Hello._x' A volatile field can not be of type `X'
 Compilation failed: 1 error(s), 0 warnings
 
 The same code works with the MS Visual C# compiler. And, as far as
 I can see, the language spec permits a volatile reference to an
 interface type.
+
+------- Additional Comments From iain@mccoy.id.au  2004-05-07 05:14 -------
+Created an attachment (id=7629)
+does this look good?
+