Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Address hard wrapped comments in infer_struct #16188

Merged
merged 1 commit into from
Oct 26, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
//<Expects id="FS0927" status="error">kind.*does not match</Expects>
//<Expects id="FS0927" status="error">kind.*does not match</Expects>

//infer_interface001e.fs(16,6): error FS0191: The kind of the type specified by its attributes does not match the kind impl
//ied by its definition.
//infer_interface001e.fs(16,6): error FS0191: The kind of the type specified by
//its attributes does not match the kind implied by its definition.
//
//infer_interface001e.fs(22,6): error FS0191: The kind of the type specified by its attributes does not match the kind imp
//lied by its definition.
//infer_interface001e.fs(22,6): error FS0191: The kind of the type specified by
//its attributes does not match the kind implied by its definition.

module TypeInference

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
//<Expects id="FS0926" status="error">multiple kinds</Expects>


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

Expand Down