Skip to content

Commit

Permalink
Fix dotnet#492 - use ConvILTypeRefUnadjusted to properly route local …
Browse files Browse the repository at this point in the history
…assembly refs
  • Loading branch information
latkin committed Jun 18, 2015
1 parent d02a425 commit 0953b7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/fsharp/creflect.fs
Original file line number Diff line number Diff line change
Expand Up @@ -967,7 +967,7 @@ and ConvTyconRef cenv (tcref:TyconRef) m =
| TProvidedTypeExtensionPoint info when not cenv.g.isInteractive && not info.IsErased ->
// Note, generated types are (currently) non-generic
let tref = ExtensionTyping.GetILTypeRefOfProvidedType (info.ProvidedType, m)
ConvILTypeRef cenv tref
ConvILTypeRefUnadjusted cenv m tref
| _ ->
#endif
let repr = tcref.CompiledRepresentation
Expand Down

0 comments on commit 0953b7f

Please sign in to comment.