Skip to content

Commit

Permalink
Merge pull request #16611 from dotnet/merges/main-to-release/dev17.10
Browse files Browse the repository at this point in the history
Merge main to release/dev17.10
  • Loading branch information
KevinRansom committed Jan 30, 2024
2 parents 3def38d + bee675f commit 80003bb
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -423,7 +423,7 @@ xVal**y
Assert.True(triggered, "Completion should trigger after typing an identifier that follows a mathematical operation")

[<Fact>]
let ShouldTriggerCompletionAtStartOfFileWithInsertion =
let ShouldTriggerCompletionAtStartOfFileWithInsertion () =
let fileContents =
"""
l"""
Expand Down Expand Up @@ -888,7 +888,7 @@ type T() =
VerifyNoCompletionList(fileContents, "member this.M(p")

[<Fact>]
let ``Completion list on abstract member type signature contains modules and types but not keywords or functions`` =
let ``Completion list on abstract member type signature contains modules and types but not keywords or functions`` () =
let fileContents =
"""
type Interface =
Expand Down

0 comments on commit 80003bb

Please sign in to comment.