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 6e143f7 commit e3877c1Copy full SHA for e3877c1
src/fsharp/FSharp.Compiler-proto/FSharp.Compiler-proto.fsproj
@@ -83,11 +83,11 @@
83
<Compile Include="..\..\utils\prim-parsing.fs">
84
<Link>prim-parsing.fs</Link>
85
</Compile>
86
- <Compile Include="..\..\utils\resizearray.fsi">
87
- <Link>resizearray.fsi</Link>
+ <Compile Include="..\..\utils\ResizeArray.fsi">
+ <Link>Utilities\ResizeArray.fsi</Link>
88
89
- <Compile Include="..\..\utils\resizearray.fs">
90
- <Link>resizearray.fs</Link>
+ <Compile Include="..\..\utils\ResizeArray.fs">
+ <Link>Utilities\ResizeArray.fs</Link>
91
92
<Compile Include="..\..\utils\HashMultiMap.fsi">
93
<Link>HashMultiMap.fsi</Link>
0 commit comments