Skip to content

Commit 81b0fc6

Browse files
committed
Update VS test
1 parent a37065d commit 81b0fc6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

vsintegration/tests/UnitTests/LegacyLanguageService/Tests.LanguageService.GotoDefinition.fs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -560,12 +560,12 @@ type UsingMSBuild() =
560560
[<Test>]
561561
member this.``GotoDefinition.OverloadResolutionForProperties``() =
562562
let lines = [ "type D() ="
563-
" member this.#1##2#Foo"
564-
" with get(i:int) = 1"
563+
" member this.Foo"
564+
" with #1##2#get(i:int) = 1"
565565
" and set (i:int) v = ()"
566566
""
567-
" member this.#3##4#Foo"
568-
" with get (s:string) = 1"
567+
" member this.Foo"
568+
" with #3##4#get (s:string) = 1"
569569
" and set (s:string) v = ()"
570570
""
571571
"D().$1$Foo 1"

0 commit comments

Comments
 (0)