2002-07-26 Martin Baulig <martin@gnome.org>
[mono.git] / mcs / tests / ix1.cs
1 interface INTERFACE {
2         string PROPERTY { get; set; }
3 }