#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-0dff7051ff02master
parent
ee8d80e3a9
commit
d37fd91e15
2
Changes
2
Changes
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue