diff options
Diffstat (limited to 'testsuite/tests/typing-objects/Tests.ml.principal.reference')
-rw-r--r-- | testsuite/tests/typing-objects/Tests.ml.principal.reference | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tests/typing-objects/Tests.ml.principal.reference b/testsuite/tests/typing-objects/Tests.ml.principal.reference index fa491c320d..d39a70dc3c 100644 --- a/testsuite/tests/typing-objects/Tests.ml.principal.reference +++ b/testsuite/tests/typing-objects/Tests.ml.principal.reference @@ -29,7 +29,7 @@ Error: This class should be virtual. The following methods are undefined : f ^^^^^^^^ Error: This pattern cannot match self: it only matches values of type < f : int > -# Characters 31-109: +# Characters 32-110: class ['a] c () = object constraint 'a = int method f x = (x : bool c) |