Skip to content

Commit 97d7bbf

Browse files
committed
Update check file
It turns out with the fix to Constructors we don't generate the a value for the intermediate field anymore. This seems great! (scalac does generate the field, but it looks redundant)
1 parent c637535 commit 97d7bbf

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed
Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
# Fields of A:
22
private final int A.a
33
private final int A.b
4-
private final scala.Tuple2 A.$1$
54
# Methods of A:
65
public int A.a()
76
public int A.b()

0 commit comments

Comments
 (0)