Skip to content

Commit 6df9fa2

Browse files
committed
Update baselines
1 parent 2c59b21 commit 6df9fa2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • tests/fsharpqa/Source/Conformance/ObjectOrientedTypeDefinitions/ClassTypes/AsDeclarations

tests/fsharpqa/Source/Conformance/ObjectOrientedTypeDefinitions/ClassTypes/AsDeclarations/SanityCheck02.fs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
// Verify error when using 'as' to get a thisPointer when you don't have an
66
// implicit constructor.
77

8-
//<Expects id="FS0010" status="error">Unexpected keyword 'as' in type definition\. Expected '\(' or other token</Expects>
8+
//<Expects id="FS0963" status="error">This definition may only be used in a type with a primary constructor\. Consider adding arguments to your type definition, e\.g\. 'type X\(args\) = \.\.\.'\.</Expects>
99

1010
type Point as otherThisPtr =
1111

0 commit comments

Comments
 (0)