Skip to content
Prev Previous commit
Next Next commit
Forgot to check disposed
  • Loading branch information
TIHan committed May 25, 2019
commit 2a693f873780a003a3f9b03a5049ccae96b354fe
4 changes: 3 additions & 1 deletion src/fsharp/CompileOps.fs
Original file line number Diff line number Diff line change
Expand Up @@ -3848,7 +3848,9 @@ and [<Sealed>] TcImports(tcConfigP: TcConfigProvider, initialResolutions: TcAsse
dllTable

#if !NO_EXTENSIONTYPING
member tcImports.Weak = tcImportsWeak
member tcImports.Weak =
CheckDisposed()
tcImportsWeak
#endif

member tcImports.RegisterCcu ccuInfo =
Expand Down