Skip to content

Commit 1db7433

Browse files
authored
Apply suggestion from @T-Gro
1 parent aa81c9f commit 1db7433

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Compiler/Checking/import.fs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -702,7 +702,7 @@ let rec ImportILTypeDef amap m scoref (cpath: CompilationPath) enc nm (tdef: ILT
702702
)
703703

704704
let nullableFallback =
705-
let amapValue = amap()
705+
let amapValue : ImportMap = amap()
706706
if amapValue.g.langFeatureNullness && amapValue.g.checkNullness then
707707
// Immediately read the attrs to avoid keeping a reference to tdef.CustomAttrsStored
708708
let attrs = tdef.CustomAttrsStored.GetCustomAttrs(tdef.MetadataIndex)

0 commit comments

Comments
 (0)