2005-09-01 Atsushi Enomoto <atsushi@ximian.com>
authorAtsushi Eno <atsushieno@gmail.com>
Thu, 1 Sep 2005 14:14:52 +0000 (14:14 -0000)
committerAtsushi Eno <atsushieno@gmail.com>
Thu, 1 Sep 2005 14:14:52 +0000 (14:14 -0000)
commitd8e95641507fc7e88e601081ed748d65cd383b31
tree42b289b23387a13eb8ae9edbe23b62c61959d20e
parent3d2c73da69172552a87e619a8a0048c0a10ab869
2005-09-01  Atsushi Enomoto  <atsushi@ximian.com>

* class.cs :
  (PartialContainer.Create): check abstract/sealed/static strictly
  but abstract/sealed can exist only at one side. Fixed bug #75883.

* test-partial-08.cs, test-partial-09.cs :
  More partial type tests (allowed modifier combinations).
* known-issues-gmcs : added above.

* cs0418-3.cs, cs0418-4.cs, cs0418-5.cs,
  cs0441-2.cs : class modifier check on partial types.
* known-issues-gmcs : added above.

svn path=/trunk/mcs/; revision=49269
12 files changed:
mcs/errors/ChangeLog
mcs/errors/cs0418-3.cs [new file with mode: 0644]
mcs/errors/cs0418-4.cs [new file with mode: 0644]
mcs/errors/cs0418-5.cs [new file with mode: 0644]
mcs/errors/cs0441-2.cs [new file with mode: 0644]
mcs/errors/known-issues-gmcs
mcs/mcs/ChangeLog
mcs/mcs/class.cs
mcs/tests/ChangeLog
mcs/tests/known-issues-gmcs
mcs/tests/test-partial-08.cs [new file with mode: 0644]
mcs/tests/test-partial-09.cs [new file with mode: 0644]