cleol
[mcs.git] / tests / test-661.cs
blobca1652b512aa320e5234861420146753b7dbea78
1 // Compiler options: -r:test-661-lib.dll
3 public class Test
5 static void Main ()
9 public void TestMethod ()
11 SummaryInfo s = GetSummary ();
12 s.set_Property (0, null);
15 static SummaryInfo GetSummary ()
17 return null;