Skip to content

Commit c6e03f4

Browse files
authored
Update TypeChecker.fs
1 parent f08fb92 commit c6e03f4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/fsharp/TypeChecker.fs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14138,6 +14138,7 @@ module EstablishTypeDefinitionCores =
1413814138
let vis,_ = ComputeAccessAndCompPath envInitial None id.idRange vis parent
1413914139

1414014140
let id = ident (modName, id.idRange)
14141+
CheckForDuplicateModule env id.idText id.idRange
1414114142
CheckForDuplicateConcreteType envInitial id.idText im
1414214143
CheckNamespaceModuleOrTypeName cenv.g id
1414314144

0 commit comments

Comments
 (0)