Skip to content

Commit a3e6fdb

Browse files
committed
2.12.10 fix for community build
1 parent 78aa22a commit a3e6fdb

File tree

1 file changed

+0
-33
lines changed

1 file changed

+0
-33
lines changed

plugin/src/test/resources/patches/2.12.10.patch

Lines changed: 0 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -47,39 +47,6 @@
4747
- */
4848
- public akka.rk.buh.is.it.A.D$ D () { throw new RuntimeException(); }
4949
}
50-
--- target/expected_output/basic/akka/actor/Identify.java
51-
+++ target/expected_output/basic/akka/actor/Identify.java
52-
@@ -2,6 +2,30 @@
53-
public final class Identify implements scala.Product, scala.Serializable {
54-
static public akka.actor.Identify apply (Object messageId) { throw new RuntimeException(); }
55-
static public scala.Option<java.lang.Object> unapply (akka.actor.Identify x$0) { throw new RuntimeException(); }
56-
+ static public boolean apply$mcZD$sp (double v1) { throw new RuntimeException(); }
57-
+ static public double apply$mcDD$sp (double v1) { throw new RuntimeException(); }
58-
+ static public float apply$mcFD$sp (double v1) { throw new RuntimeException(); }
59-
+ static public int apply$mcID$sp (double v1) { throw new RuntimeException(); }
60-
+ static public long apply$mcJD$sp (double v1) { throw new RuntimeException(); }
61-
+ static public void apply$mcVD$sp (double v1) { throw new RuntimeException(); }
62-
+ static public boolean apply$mcZF$sp (float v1) { throw new RuntimeException(); }
63-
+ static public double apply$mcDF$sp (float v1) { throw new RuntimeException(); }
64-
+ static public float apply$mcFF$sp (float v1) { throw new RuntimeException(); }
65-
+ static public int apply$mcIF$sp (float v1) { throw new RuntimeException(); }
66-
+ static public long apply$mcJF$sp (float v1) { throw new RuntimeException(); }
67-
+ static public void apply$mcVF$sp (float v1) { throw new RuntimeException(); }
68-
+ static public boolean apply$mcZI$sp (int v1) { throw new RuntimeException(); }
69-
+ static public double apply$mcDI$sp (int v1) { throw new RuntimeException(); }
70-
+ static public float apply$mcFI$sp (int v1) { throw new RuntimeException(); }
71-
+ static public int apply$mcII$sp (int v1) { throw new RuntimeException(); }
72-
+ static public long apply$mcJI$sp (int v1) { throw new RuntimeException(); }
73-
+ static public void apply$mcVI$sp (int v1) { throw new RuntimeException(); }
74-
+ static public boolean apply$mcZJ$sp (long v1) { throw new RuntimeException(); }
75-
+ static public double apply$mcDJ$sp (long v1) { throw new RuntimeException(); }
76-
+ static public float apply$mcFJ$sp (long v1) { throw new RuntimeException(); }
77-
+ static public int apply$mcIJ$sp (long v1) { throw new RuntimeException(); }
78-
+ static public long apply$mcJJ$sp (long v1) { throw new RuntimeException(); }
79-
+ static public void apply$mcVJ$sp (long v1) { throw new RuntimeException(); }
80-
public Object messageId () { throw new RuntimeException(); }
81-
// not preceding
82-
public Identify (Object messageId) { throw new RuntimeException(); }
8350
--- target/expected_output/basic/akka/actor/dsl/Inbox.java 2018-12-13 15:51:52.473679518 +0100
8451
+++ target/expected_output/basic/akka/actor/dsl/Inbox.java 2018-12-13 15:51:51.473673128 +0100
8552
@@ -2,5 +2,6 @@

0 commit comments

Comments
 (0)