Tue Aug 21 18:51:05 CEST 2001 Paolo Molaro <lupus@ximian.com>
[mono.git] / mcs / tests / ix1.cs
1 interface INTERFACE {
2         string PROPERTY { get; set; }
3 }