Skip to content

Commit 8405e72

Browse files
committed
benign checkfile updates
1 parent 3dbcd57 commit 8405e72

5 files changed

+12
-10
lines changed

test/files/presentation/scope-completion-3.check

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ reload: Completions.scala
33
askScopeCompletion at Completions.scala(75,2)
44
================================================================================
55
[response] askScopeCompletion at (75,2)
6-
retrieved 37 members
6+
retrieved 38 members
77
abstract class Base1 extends AnyRef
88
abstract trait Trait1 extends AnyRef
99
class Cb1 extends AnyRef
@@ -14,6 +14,8 @@ def <init>(): test.Completion1
1414
def fb1: Int
1515
def fc1: Int
1616
def ft1: Int
17+
def rt1: Int
18+
def rt1_=(x$1: Int): Unit
1719
object Completion2
1820
object Ob1
1921
object Oc1
@@ -30,23 +32,22 @@ private[this] val vb1: Int
3032
private[this] val vb3: Int
3133
private[this] val vc1: Int
3234
private[this] val vc2: Int
33-
private[this] val vt1: Int
3435
private[this] val vt3: Int
3536
private[this] var rb1: Int
3637
private[this] var rb3: Int
3738
private[this] var rc1: Int
3839
private[this] var rc2: Int
39-
private[this] var rt1: Int
4040
private[this] var rt3: Int
4141
type tb1 = Completion1.this.tb1
4242
type tc1 = Completion1.this.tc1
4343
type tt1 = Completion1.this.tt1
44+
val vt1: Int
4445
================================================================================
4546

4647
askScopeCompletion at Completions.scala(104,2)
4748
================================================================================
4849
[response] askScopeCompletion at (104,2)
49-
retrieved 37 members
50+
retrieved 38 members
5051
abstract class Base1 extends AnyRef
5152
abstract trait Trait1 extends AnyRef
5253
class Cb1 extends AnyRef
@@ -57,6 +58,8 @@ def <init>(): test.Completion2.type
5758
def fb1: Int
5859
def fo1: Int
5960
def ft1: Int
61+
def rt1: Int
62+
def rt1_=(x$1: Int): Unit
6063
object Completion2
6164
object Ob1
6265
object Oo1
@@ -73,15 +76,14 @@ private[this] val vb1: Int
7376
private[this] val vb3: Int
7477
private[this] val vo1: Int
7578
private[this] val vo2: Int
76-
private[this] val vt1: Int
7779
private[this] val vt3: Int
7880
private[this] var rb1: Int
7981
private[this] var rb3: Int
8082
private[this] var ro1: Int
8183
private[this] var ro2: Int
82-
private[this] var rt1: Int
8384
private[this] var rt3: Int
8485
type tb1 = test.Completion2.tb1
8586
type to1 = test.Completion2.to1
8687
type tt1 = test.Completion2.tt1
88+
val vt1: Int
8789
================================================================================

test/files/run/delambdafy_uncurry_byname_inline.check

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[[syntax trees at end of uncurry]] // newSource1.scala
22
package <empty> {
3-
class Foo extends Object {
3+
<sub_synth> class Foo extends Object {
44
def <init>(): Foo = {
55
Foo.super.<init>();
66
()

test/files/run/delambdafy_uncurry_byname_method.check

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[[syntax trees at end of uncurry]] // newSource1.scala
22
package <empty> {
3-
class Foo extends Object {
3+
<sub_synth> class Foo extends Object {
44
def <init>(): Foo = {
55
Foo.super.<init>();
66
()

test/files/run/delambdafy_uncurry_inline.check

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[[syntax trees at end of uncurry]] // newSource1.scala
22
package <empty> {
3-
class Foo extends Object {
3+
<sub_synth> class Foo extends Object {
44
def <init>(): Foo = {
55
Foo.super.<init>();
66
()

test/files/run/delambdafy_uncurry_method.check

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[[syntax trees at end of uncurry]] // newSource1.scala
22
package <empty> {
3-
class Foo extends Object {
3+
<sub_synth> class Foo extends Object {
44
def <init>(): Foo = {
55
Foo.super.<init>();
66
()

0 commit comments

Comments
 (0)