forked fromdotnet/fsharp
- Notifications
You must be signed in to change notification settings - Fork0
Commit3176821
authored
Fixed internal error on struct tuple with struct constraint (dotnet#6078)
* Fixed internal error on struct tuple with struct constraint* Added test case* Checking for isAppTy differently. We get a different error but more accurate* Added positive code* Fixed test1 parent66b20f9 commit3176821
File tree
5 files changed
+30
-1
lines changed- src/fsharp
- tests/fsharp
- typecheck/sigs
5 files changed
+30
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1886 | 1886 | | |
1887 | 1887 | | |
1888 | 1888 | | |
1889 | | - | |
| 1889 | + | |
1890 | 1890 | | |
1891 | 1891 | | |
1892 | 1892 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1985 | 1985 | | |
1986 | 1986 | | |
1987 | 1987 | | |
| 1988 | + | |
| 1989 | + | |
| 1990 | + | |
| 1991 | + | |
| 1992 | + | |
| 1993 | + | |
1988 | 1994 | | |
1989 | 1995 | | |
1990 | 1996 | | |
| |||
2470 | 2476 | | |
2471 | 2477 | | |
2472 | 2478 | | |
| 2479 | + | |
| 2480 | + | |
| 2481 | + | |
2473 | 2482 | | |
2474 | 2483 | | |
2475 | 2484 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
0 commit comments
Comments
(0)