2003-04-11 Ville Palo <vi64pa@kolumbus.fi>
[mono.git] / mcs / tests / ix1.cs
1 interface INTERFACE {
2         string PROPERTY { get; set; }
3 }