#6035: reject multiple declarations of the same method or instance variable in the same object.

git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@13757 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
master
Alain Frisch 2013-06-07 15:36:40 +00:00
parent ee8d80e3a9
commit d37fd91e15
1 changed files with 2 additions and 0 deletions

View File

@ -11,6 +11,8 @@ Type system:
polymorphic variants (discarding only information about possibly-present
constructors). As a result, matching against absent constructors is no longer
allowed for exact and fixed polymorphic variant types.
* PR#6035: Reject multiple declarations of the same method or instance variable
in an object
Compilers:
- PR#5861: raise an error when multiple private keywords are used in type