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 a37065d commit 81b0fc6Copy full SHA for 81b0fc6
vsintegration/tests/UnitTests/LegacyLanguageService/Tests.LanguageService.GotoDefinition.fs
@@ -560,12 +560,12 @@ type UsingMSBuild() =
560
[<Test>]
561
member this.``GotoDefinition.OverloadResolutionForProperties``() =
562
let lines = [ "type D() ="
563
- " member this.#1##2#Foo"
564
- " with get(i:int) = 1"
+ " member this.Foo"
+ " with #1##2#get(i:int) = 1"
565
" and set (i:int) v = ()"
566
""
567
- " member this.#3##4#Foo"
568
- " with get (s:string) = 1"
+ " with #3##4#get (s:string) = 1"
569
" and set (s:string) v = ()"
570
571
"D().$1$Foo 1"
0 commit comments