|
51 | 51 | - */ |
52 | 52 | - public akka.rk.buh.is.it.A.D$ D () { throw new RuntimeException(); } |
53 | 53 | } |
| 54 | +--- target/expected_output/basic/akka/actor/Identify.java |
| 55 | ++++ target/expected_output/basic/akka/actor/Identify.java |
| 56 | +@@ -3,6 +3,30 @@ |
| 57 | + static public akka.actor.Identify apply (Object messageId) { throw new RuntimeException(); } |
| 58 | + static public scala.Option<java.lang.Object> unapply (akka.actor.Identify x$0) { throw new RuntimeException(); } |
| 59 | + static private java.lang.Object readResolve () { throw new RuntimeException(); } |
| 60 | ++ static public boolean apply$mcZD$sp (double v1) { throw new RuntimeException(); } |
| 61 | ++ static public double apply$mcDD$sp (double v1) { throw new RuntimeException(); } |
| 62 | ++ static public float apply$mcFD$sp (double v1) { throw new RuntimeException(); } |
| 63 | ++ static public int apply$mcID$sp (double v1) { throw new RuntimeException(); } |
| 64 | ++ static public long apply$mcJD$sp (double v1) { throw new RuntimeException(); } |
| 65 | ++ static public void apply$mcVD$sp (double v1) { throw new RuntimeException(); } |
| 66 | ++ static public boolean apply$mcZF$sp (float v1) { throw new RuntimeException(); } |
| 67 | ++ static public double apply$mcDF$sp (float v1) { throw new RuntimeException(); } |
| 68 | ++ static public float apply$mcFF$sp (float v1) { throw new RuntimeException(); } |
| 69 | ++ static public int apply$mcIF$sp (float v1) { throw new RuntimeException(); } |
| 70 | ++ static public long apply$mcJF$sp (float v1) { throw new RuntimeException(); } |
| 71 | ++ static public void apply$mcVF$sp (float v1) { throw new RuntimeException(); } |
| 72 | ++ static public boolean apply$mcZI$sp (int v1) { throw new RuntimeException(); } |
| 73 | ++ static public double apply$mcDI$sp (int v1) { throw new RuntimeException(); } |
| 74 | ++ static public float apply$mcFI$sp (int v1) { throw new RuntimeException(); } |
| 75 | ++ static public int apply$mcII$sp (int v1) { throw new RuntimeException(); } |
| 76 | ++ static public long apply$mcJI$sp (int v1) { throw new RuntimeException(); } |
| 77 | ++ static public void apply$mcVI$sp (int v1) { throw new RuntimeException(); } |
| 78 | ++ static public boolean apply$mcZJ$sp (long v1) { throw new RuntimeException(); } |
| 79 | ++ static public double apply$mcDJ$sp (long v1) { throw new RuntimeException(); } |
| 80 | ++ static public float apply$mcFJ$sp (long v1) { throw new RuntimeException(); } |
| 81 | ++ static public int apply$mcIJ$sp (long v1) { throw new RuntimeException(); } |
| 82 | ++ static public long apply$mcJJ$sp (long v1) { throw new RuntimeException(); } |
| 83 | ++ static public void apply$mcVJ$sp (long v1) { throw new RuntimeException(); } |
| 84 | + public Object messageId () { throw new RuntimeException(); } |
| 85 | + // not preceding |
| 86 | + public Identify (Object messageId) { throw new RuntimeException(); } |
0 commit comments