summaryrefslogtreecommitdiff
path: root/test/files/run
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/run')
-rw-r--r--test/files/run/t6344.check4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/files/run/t6344.check b/test/files/run/t6344.check
index e4c3ba9b90..5ac04d0320 100644
--- a/test/files/run/t6344.check
+++ b/test/files/run/t6344.check
@@ -91,12 +91,12 @@ public abstract A Gen.x()
ValueInt
public Gen ValueInt.plus(Gen,Gen)
public Gen<java.lang.Object> ValueInt.plus(Gen<java.lang.Object>,Gen<java.lang.Object>)
-public ValueInt ValueInt.iplus(ValueInt,ValueInt)
-public ValueInt ValueInt.iplus(ValueInt,ValueInt)
public boolean ValueInt.equals(java.lang.Object)
public boolean ValueInt.equals(java.lang.Object)
public int ValueInt.hashCode()
public int ValueInt.hashCode()
+public int ValueInt.iplus(int,int)
+public int ValueInt.iplus(int,int)
public int ValueInt.x()
public int ValueInt.x()
public java.lang.Object ValueInt.x()