We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa81c9f commit 1db7433Copy full SHA for 1db7433
src/Compiler/Checking/import.fs
@@ -702,7 +702,7 @@ let rec ImportILTypeDef amap m scoref (cpath: CompilationPath) enc nm (tdef: ILT
702
)
703
704
let nullableFallback =
705
- let amapValue = amap()
+ let amapValue : ImportMap = amap()
706
if amapValue.g.langFeatureNullness && amapValue.g.checkNullness then
707
// Immediately read the attrs to avoid keeping a reference to tdef.CustomAttrsStored
708
let attrs = tdef.CustomAttrsStored.GetCustomAttrs(tdef.MetadataIndex)
0 commit comments