Skip to content

Commit 48efda3

Browse files
authored
Revert "Fixed indexer with type annotation (dotnet#8850)" (dotnet#8888)
This reverts commit 73b0d1d.
1 parent 73b0d1d commit 48efda3

File tree

3 files changed

+0
-21
lines changed

3 files changed

+0
-21
lines changed

src/fsharp/pars.fsy

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3756,9 +3756,6 @@ atomicExprQualification:
37563756
mlCompatWarning (FSComp.SR.parsParenFormIsForML()) (lhs parseState)
37573757
mkSynDotParenGet lhsm dotm e $2) }
37583758

3759-
| LBRACK typedSeqExpr RBRACK
3760-
{ (fun e lhsm dotm -> mkSynDotBrackGet lhsm dotm e $2 false) }
3761-
37623759
| LBRACK typedSeqExpr recover
37633760
{ reportParseErrorAt (rhs parseState 1) (FSComp.SR.parsUnmatchedBracket())
37643761
(fun e lhsm dotm -> exprFromParseError (mkSynDotBrackGet lhsm dotm e $2 false)) }

tests/fsharp/Compiler/Regressions/IndexerRegressionTests.fs

Lines changed: 0 additions & 17 deletions
This file was deleted.

tests/fsharp/FSharpSuite.Tests.fsproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,6 @@
7171
<Compile Include="Compiler\Language\SpanTests.fs" />
7272
<Compile Include="Compiler\Language\StringConcatOptimizationTests.fs" />
7373
<Compile Include="Compiler\Stress\LargeExprTests.fs" />
74-
<Compile Include="Compiler\Regressions\IndexerRegressionTests.fs" />
7574
<Compile Include="Compiler\Regressions\ForInDoMutableRegressionTest.fs" />
7675
<None Include="app.config" />
7776
<None Include="update.base.line.with.actuals.fsx" />

0 commit comments

Comments
 (0)