Skip to content

Commit

Permalink
release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
edgarfgp committed Oct 14, 2024
1 parent f9f8221 commit 078d25b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions docs/release-notes/.FSharp.Compiler.Service/9.0.200.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,6 @@
* Better ranges for CE `return, yield, return! and yield!` error reporting. ([PR #17792](https://github.com/dotnet/fsharp/pull/17792))
* Better ranges for CE `match!`. ([PR #17789](https://github.com/dotnet/fsharp/pull/17789))
* Better ranges for CE `use` error reporting. ([PR #17811](https://github.com/dotnet/fsharp/pull/17811))
* Better ranges for `inherit` error reporting. ([PR #17879](https://github.com/dotnet/fsharp/pull/17879))

### Breaking Changes
4 changes: 2 additions & 2 deletions tests/fsharp/typecheck/sigs/neg10.bsl
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@

neg10.fsi(9,6,9,7): typecheck error FS0249: Two type definitions named 'x' occur in namespace 'N' in two parts of this assembly

neg10.fs(11,17,11,27): typecheck error FS0946: Cannot inherit from interface type. Use interface ... with instead.
neg10.fs(11,25,11,27): typecheck error FS0946: Cannot inherit from interface type. Use interface ... with instead.

neg10.fs(13,17,13,26): typecheck error FS0945: Cannot inherit a sealed type
neg10.fs(13,25,13,26): typecheck error FS0945: Cannot inherit a sealed type

neg10.fs(15,22,15,32): typecheck error FS0887: The type 'C1' is not an interface type

Expand Down

0 comments on commit 078d25b

Please sign in to comment.