Skip to content

Commit a7e5e26

Browse files
authored
Reflow comments in infer_struct (#16188)
1 parent 0ccebeb commit a7e5e26

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

tests/fsharpqa/Source/Conformance/ObjectOrientedTypeDefinitions/TypeKindInference/infer_struct001e.fs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44
//<Expects id="FS0927" status="error">kind.*does not match</Expects>
55
//<Expects id="FS0927" status="error">kind.*does not match</Expects>
66

7-
//infer_interface001e.fs(16,6): error FS0191: The kind of the type specified by its attributes does not match the kind impl
8-
//ied by its definition.
7+
//infer_interface001e.fs(16,6): error FS0191: The kind of the type specified by
8+
//its attributes does not match the kind implied by its definition.
99
//
10-
//infer_interface001e.fs(22,6): error FS0191: The kind of the type specified by its attributes does not match the kind imp
11-
//lied by its definition.
10+
//infer_interface001e.fs(22,6): error FS0191: The kind of the type specified by
11+
//its attributes does not match the kind implied by its definition.
1212

1313
module TypeInference
1414

tests/fsharpqa/Source/Conformance/ObjectOrientedTypeDefinitions/TypeKindInference/infer_struct002e.fs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
//<Expects id="FS0926" status="error">multiple kinds</Expects>
66

77

8-
//infer_struct002e.fs(13,6): error FS0191: The kind of the type specified by its attributes does not match the kind implie
9-
//d by its definition.
8+
//infer_struct002e.fs(13,6): error FS0191: The kind of the type specified by
9+
//its attributes does not match the kind implied by its definition.
1010
//
1111
//infer_struct002e.fs(20,6): error FS0191: The attributes of this type specify multiple kinds for the type.
1212

0 commit comments

Comments
 (0)