add ISafeSerializationData
[mcs.git] / tests / gtest-exmethod-11.cs
blobd7f67ac023d29664e05b5f42894936c2898d360f
3 using System;
5 public class Test
7 public static int Main (String [] args)
9 if (1.OneEleven ())
10 return 0;
12 return 1;
16 public static class Lol
18 public static bool OneEleven (this object o)
20 return true;