Skip to content

Commit ce28d06

Browse files
authored
Update src/Compiler/Checking/CheckExpressions.fs
1 parent 0dfe61c commit ce28d06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Compiler/Checking/CheckExpressions.fs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12088,6 +12088,6 @@ let TcAndPublishValSpec (cenv: cenv, env, containerInfo: ContainerInfo, declKind
1208812088
let xmlDoc = xmlDoc.ToXmlDoc(checkXmlDocs, paramNames)
1208912089
let vspec = MakeAndPublishVal cenv env (altActualParent, true, declKind, ValNotInRecScope, valscheme, attrs, xmlDoc, literalValue, false)
1209012090

12091-
//assert(vspec.InlineInfo = inlineFlag)
12091+
assert(vspec.InlineInfo = inlineFlag)
1209212092

1209312093
vspec, tpenv)

0 commit comments

Comments
 (0)