https://bugzilla.novell.com/show_bug.cgi?id=424663
User [EMAIL PROTECTED] added comment https://bugzilla.novell.com/show_bug.cgi?id=424663#c1 --- Comment #1 from Jeroen Frijters <[EMAIL PROTECTED]> 2008-09-08 23:38:53 MDT --- Oops, forget to paste the code: class Gen<T> { internal static volatile string str = "Hello"; } class Test { static void Main(string[] args) { System.Console.WriteLine(Gen<string>.str); } } -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. You are the assignee for the bug. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
