2004-12-06 Zoltan Varga <vargaz@freemail.hu>
[mono.git] / mcs / tests / ix1.cs
1 interface INTERFACE {
2         string PROPERTY { get; set; }
3 }