Skip to content

Commit 4fb4287

Browse files
committed
Update check-file for SI-6344 test.
There were some changes to value classes since pull request was tested so outdated check-file got merged. Paul confirmed that those changes are going in the right direction so all it requires is to update the check file. Review by @paulp.
1 parent f284ac5 commit 4fb4287

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/files/run/t6344.check

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,12 +91,12 @@ public abstract A Gen.x()
9191
ValueInt
9292
public Gen ValueInt.plus(Gen,Gen)
9393
public Gen<java.lang.Object> ValueInt.plus(Gen<java.lang.Object>,Gen<java.lang.Object>)
94-
public ValueInt ValueInt.iplus(ValueInt,ValueInt)
95-
public ValueInt ValueInt.iplus(ValueInt,ValueInt)
9694
public boolean ValueInt.equals(java.lang.Object)
9795
public boolean ValueInt.equals(java.lang.Object)
9896
public int ValueInt.hashCode()
9997
public int ValueInt.hashCode()
98+
public int ValueInt.iplus(int,int)
99+
public int ValueInt.iplus(int,int)
100100
public int ValueInt.x()
101101
public int ValueInt.x()
102102
public java.lang.Object ValueInt.x()

0 commit comments

Comments
 (0)