Type declaration isn't type checked when type inherits unknown type
Open
Area-Diagnostics
Feature Improvement
- Dominant language
- F#
- Stars
- 4.3k
- Forks
- 876
- Avg merge
- 4d 11h
- Merged PRs (30d)
- 131
Description
```fsharp
namespace ClassLibrary16
type T() =
inherit Foo()
let x = Some 123
do
match x with
| Some n -> printfn "%s" n
| _ -> ()
member x.Bar() = 123
```
Contributor guide
Assessment
This issue has not been assessed yet.