* MonthCalendar.cs:
[mono-project.git] / mcs / tests / cls-test-1.cs
bloba3bda41a2605ee346aca7e613ed15584b45ed53c
1 using System;
3 public class CLSClass {
5 public byte XX {
6 get { return 5; }
9 public static void Main() {}