Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
33 changes: 0 additions & 33 deletions data/fixtures/recorded/languages/scala/chuckTypeRed.yml

This file was deleted.

33 changes: 0 additions & 33 deletions data/fixtures/recorded/languages/scala/chuckTypeRed2.yml

This file was deleted.

29 changes: 0 additions & 29 deletions data/fixtures/recorded/languages/scala/chuckTypeSun2.yml

This file was deleted.

33 changes: 0 additions & 33 deletions data/fixtures/recorded/languages/scala/chuckTypeSun4.yml

This file was deleted.

33 changes: 0 additions & 33 deletions data/fixtures/recorded/languages/scala/clearTypeRed.yml

This file was deleted.

33 changes: 0 additions & 33 deletions data/fixtures/recorded/languages/scala/clearTypeRed2.yml

This file was deleted.

29 changes: 0 additions & 29 deletions data/fixtures/recorded/languages/scala/clearTypeSun2.yml

This file was deleted.

33 changes: 0 additions & 33 deletions data/fixtures/recorded/languages/scala/clearTypeSun4.yml

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,32 +1,32 @@
foo.bar(
int aaa,
int bbb
aaa,
bbb
);
---

[Content] = 1:4-2:11
>--------
1| int aaa,
2| int bbb
-----------<
[Content] = 1:4-2:7
>----
1| aaa,
2| bbb
-------<

[Removal] = 0:8-3:0
>
0| foo.bar(
1| int aaa,
2| int bbb
1| aaa,
2| bbb
3| );
<

[Leading delimiter] = 1:0-1:4
>----<
1| int aaa,
1| aaa,

[Domain] = 0:0-3:1
>--------
0| foo.bar(
1| int aaa,
2| int bbb
1| aaa,
2| bbb
3| );
-<

Expand Down
Original file line number Diff line number Diff line change
@@ -1,32 +1,32 @@
new Foo(
int aaa,
int bbb
aaa,
bbb
);
---

[Content] = 1:4-2:11
>--------
1| int aaa,
2| int bbb
-----------<
[Content] = 1:4-2:7
>----
1| aaa,
2| bbb
-------<

[Removal] = 0:8-3:0
>
0| new Foo(
1| int aaa,
2| int bbb
1| aaa,
2| bbb
3| );
<

[Leading delimiter] = 1:0-1:4
>----<
1| int aaa,
1| aaa,

[Domain] = 0:0-3:1
>--------
0| new Foo(
1| int aaa,
2| int bbb
1| aaa,
2| bbb
3| );
-<

Expand Down
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
new Foo(int aaa, int bbb);
new Foo(aaa, bbb);
---

[Content] =
[Removal] = 0:8-0:24
>----------------<
0| new Foo(int aaa, int bbb);
[Removal] = 0:8-0:16
>--------<
0| new Foo(aaa, bbb);

[Domain] = 0:0-0:25
>-------------------------<
0| new Foo(int aaa, int bbb);
[Domain] = 0:0-0:17
>-----------------<
0| new Foo(aaa, bbb);

[Insertion delimiter] = ", "
10 changes: 10 additions & 0 deletions data/fixtures/scopes/scala/anonymousFunction.scope
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
() => {}
---

[Content] =
[Removal] =
[Domain] = 0:0-0:8
>--------<
0| () => {}

[Insertion delimiter] = "\n"
10 changes: 10 additions & 0 deletions data/fixtures/scopes/scala/anonymousFunction2.scope
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
() => 0
---

[Content] =
[Removal] =
[Domain] = 0:0-0:7
>-------<
0| () => 0

[Insertion delimiter] = "\n"
Loading
Loading