2010-05-27 Jb Evain <jbevain@novell.com>
[mcs.git] / tests / test-xml-033.cs
blob9c8e708e31a8feb6f41ee5eec9d82a23779902e3
1 // Compiler options: -doc:xml-033.xml
3 /// <summary>help text</summary>
4 public class MyClass
6 /// <summary>help text</summary>
7 public static void Main()
11 /// <summary>help text</summary>
12 public static explicit operator int(MyClass f)
14 return 0;
17 /// <summary>help text</summary>
18 public static implicit operator char(MyClass f)
20 return ' ';