You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/fsharp/TypeChecker.fs
+18-14Lines changed: 18 additions & 14 deletions
Original file line number
Diff line number
Diff line change
@@ -6699,29 +6699,33 @@ and TcConstExpr cenv overallTy env m tpenv c =
6699
6699
6700
6700
| SynConst.UserNum (s,suffix) ->
6701
6701
let expr =
6702
-
let modName =("NumericLiteral" + suffix)
6702
+
let modName = "NumericLiteral" + suffix
6703
6703
let ad = env.eAccessRights
6704
6704
match ResolveLongIndentAsModuleOrNamespace ResultCollectionSettings.AtMostOneResult cenv.amap m OpenQualified env.eNameResEnv ad [ident (modName,m)] with