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 [EMAIL PROTECTED] http://bugzilla.ximian.com/show_bug.cgi?id=82381 --- shadow/82381 2007-08-08 16:15:37.000000000 -0400 +++ shadow/82381.tmp.19075 2007-08-18 02:56:17.000000000 -0400 @@ -72,6 +72,30 @@ { get; } } </code> + +------- Additional Comments From [EMAIL PROTECTED] 2007-08-18 02:56 ------- +VS 2005 C# compiler compiles without warnings and generates: +D:\Win32\Microsoft Visual Studio 8\VC>type foo.xml +<?xml version="1.0"?> +<doc> +<assembly> +<name>code</name> +</assembly> +<members> +<member name="T:blah"> +<summary>summary</summary> +</member> +<member name="M:blah.Main(System.String[])"> +<summary>summary</summary> +</member> +<member name="T:Interface"> +<summary>summary</summary> +</member> +<member name="P:Interface.Item(System.Int32)"> +<summary>Problem!</summary> +</member> +</members> +</doc> _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
