Skip to content
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