add ISafeSerializationData
[mcs.git] / tests / test-360.cs
blob1439be8fa8ab83dc0f61fdf320ec6627a410fc38
1 public class Application
3 public static void Main(string[] args)
5 if (true)
7 string thisWorks = "nice";
8 System.Console.WriteLine(thisWorks);
10 else
12 string thisDoesnt = "not so";
13 System.Console.WriteLine(thisDoesnt);