1 // The standard says this doesn't have to have the 'sealed' modifier
2 public partial class Foo
7 public sealed partial class Foo
9 public string Id { get { return myId; }
}
12 public class PartialAbstractCompilationError
14 public static int Main ()
16 if (typeof (Foo
).IsAbstract
|| !typeof (Foo
).IsSealed
)
19 System
.Console
.WriteLine ("OK");