remove debug writelines
[mcs.git] / tests / test-161.cs
blob9c4e7ade77ef65060faf8e4e07fad9b7ac60345c
1 using System;
3 public class ZipEntry
5 DateTime cal = DateTime.Now;
7 public ZipEntry(string name)
11 public ZipEntry(ZipEntry e)
15 public DateTime DateTime {
16 get {
17 return cal;
21 static int Main () {
22 // Compilation only test.
23 return 0;