Skip to content

Commit eb26685

Browse files
minimize diff
1 parent 8598f7a commit eb26685

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/fsharp/ConstraintSolver.fs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2146,7 +2146,7 @@ and SolveTypeRequiresDefaultConstructor (csenv: ConstraintSolverEnv) ndeep m2 tr
21462146
CompleteD
21472147
| _ ->
21482148
ErrorD (ConstraintSolverError(FSComp.SR.csGenericConstructRequiresPublicDefaultConstructor(NicePrint.minimalStringOfType denv origTy), m, m2))
2149-
2149+
21502150
// Parameterized compatibility relation between member signatures. The real work
21512151
// is done by "equateTypes" and "subsumeTypes" and "subsumeArg"
21522152
and CanMemberSigsMatchUpToCheck

0 commit comments

Comments
 (0)