Skip to content

Commit

Permalink
Revert "Fixed indexer with type annotation (dotnet#8850)" (dotnet#8888)
Browse files Browse the repository at this point in the history
This reverts commit 73b0d1d.
  • Loading branch information
KevinRansom authored Apr 6, 2020
1 parent 73b0d1d commit 48efda3
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 21 deletions.
3 changes: 0 additions & 3 deletions src/fsharp/pars.fsy
Original file line number Diff line number Diff line change
Expand Up @@ -3756,9 +3756,6 @@ atomicExprQualification:
mlCompatWarning (FSComp.SR.parsParenFormIsForML()) (lhs parseState)
mkSynDotParenGet lhsm dotm e $2) }

| LBRACK typedSeqExpr RBRACK
{ (fun e lhsm dotm -> mkSynDotBrackGet lhsm dotm e $2 false) }

| LBRACK typedSeqExpr recover
{ reportParseErrorAt (rhs parseState 1) (FSComp.SR.parsUnmatchedBracket())
(fun e lhsm dotm -> exprFromParseError (mkSynDotBrackGet lhsm dotm e $2 false)) }
Expand Down
17 changes: 0 additions & 17 deletions tests/fsharp/Compiler/Regressions/IndexerRegressionTests.fs

This file was deleted.

1 change: 0 additions & 1 deletion tests/fsharp/FSharpSuite.Tests.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@
<Compile Include="Compiler\Language\SpanTests.fs" />
<Compile Include="Compiler\Language\StringConcatOptimizationTests.fs" />
<Compile Include="Compiler\Stress\LargeExprTests.fs" />
<Compile Include="Compiler\Regressions\IndexerRegressionTests.fs" />
<Compile Include="Compiler\Regressions\ForInDoMutableRegressionTest.fs" />
<None Include="app.config" />
<None Include="update.base.line.with.actuals.fsx" />
Expand Down

0 comments on commit 48efda3

Please sign in to comment.