Skip to content

Commit da37247

Browse files
controlflowauduchinok
authored andcommitted
RIDER-128433 Rider .NET Intentions Previews: hotspots dump, update gold
GitOrigin-RevId: 2f06c2f68b5168855f42150723156441e20776cb
1 parent 9c5f4fa commit da37247

File tree

45 files changed

+63
-63
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

45 files changed

+63
-63
lines changed

ReSharper.FSharp/test/data/features/quickFixes/deconstruct/Union case fields 01.fs.gold

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
| B of int * int
44

55
match A with
6-
| B({selstart}i{selend}, i1) -> ()
6+
| B({spotstart#1}i{spotend#1}, {spotstart#2}i1{spotend#2}{caret}) -> ()

ReSharper.FSharp/test/data/features/quickFixes/deconstruct/Union case fields 02 - Used.fs.gold

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
| B of int * int
44

55
match A with
6-
| B({selstart}i{selend}, i1) -> ignore b
6+
| B({spotstart#1}i{spotend#1}, {spotstart#2}i1{spotend#2}{caret}) -> ignore b
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
type R = { A: int; B: int }
22

3-
let r: R = { A = {selstart}failwith "todo"{selend}
4-
B = failwith "todo" }
3+
let r: R = { A = {spotstart#1}failwith "todo"{spotend#1}
4+
B = {spotstart#2}failwith "todo"{spotend#2} }{caret}
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
type R = { A: int; B: int }
22

3-
let r: R = { A = {selstart}failwith "todo"{selend}
4-
B = failwith "todo" }
3+
let r: R = { A = {spotstart#1}failwith "todo"{spotend#1}
4+
B = {spotstart#2}failwith "todo"{spotend#2} }{caret}
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
type R = { A: int; B: int }
1+
type R = { A: int; B: int }
22

33
let r () : R =
44
()
5-
{ A = {selstart}failwith "todo"{selend}
6-
B = failwith "todo" }
5+
{ A = {spotstart#1}failwith "todo"{spotend#1}
6+
B = {spotstart#2}failwith "todo"{spotend#2} }{caret}
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
type R = { A: int; B: int; C: int }
22

33
let r = { A = 1
4-
B = {selstart}failwith "todo"{selend}
5-
C = failwith "todo" }
4+
B = {spotstart#1}failwith "todo"{spotend#1}
5+
C = {spotstart#2}failwith "todo"{spotend#2} }{caret}
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
type R = { A: int; B: int; C: int }
22

33
let r = {A = 1
4-
B = {selstart}failwith "todo"{selend}
5-
C = failwith "todo" }
4+
B = {spotstart#1}failwith "todo"{spotend#1}
5+
C = {spotstart#2}failwith "todo"{spotend#2} }{caret}
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
type R = { A: int; B: int; C: int }
22

3-
let r = { A = {selstart}failwith "todo"{selend}
3+
let r = { A = {spotstart#1}failwith "todo"{spotend#1}
44
B = 2
5-
C = 3 }
5+
C = 3 }{caret}
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
type R = { A: int; B: int; C: int }
22

33
let r = { A = 1
4-
B = {selstart}failwith "todo"{selend}
5-
C = 3 }
4+
B = {spotstart#1}failwith "todo"{spotend#1}
5+
C = 3 }{caret}

ReSharper.FSharp/test/data/features/quickFixes/generateMissingRecordFields/Multiline 05 - Unordered.fs.gold

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33
let r = { C = 3
44
B = 2
5-
A = {selstart}failwith "todo"{selend} }
5+
A = {spotstart#1}failwith "todo"{spotend#1} }{caret}

0 commit comments

Comments
 (0)