Skip to content

Commit 158cf08

Browse files
committed
Update tests
1 parent 152ba01 commit 158cf08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Compiler/Service/FSharpCheckerResults.fs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1684,7 +1684,7 @@ type internal TypeCheckInfo
16841684
| _ ->
16851685
// Use an environment lookup as the last resort
16861686
let envItems, denv, m =
1687-
let allowObsolete = options.SuggestObsoleteSymbols || residueOpt.IsSome
1687+
let allowObsolete = options.SuggestObsoleteSymbols
16881688
GetEnvironmentLookupResolutions(nenv, ad, m, plid, filterCtors, allowObsolete)
16891689

16901690
let envResult =

0 commit comments

Comments
 (0)