|
| 1 | +--- target/expected_output/basic/akka/rk/buh/is/it/A.java |
| 2 | ++++ target/expected_output/basic/akka/rk/buh/is/it/A.java |
| 3 | +@@ -48,13 +48,13 @@ |
| 4 | + public class NonStatic { |
| 5 | + public NonStatic () { throw new RuntimeException(); } |
| 6 | + } |
| 7 | ++ public akka.rk.buh.is.it.A.D$.E$ E () { throw new RuntimeException(); } |
| 8 | + public D$ () { throw new RuntimeException(); } |
| 9 | + /** |
| 10 | + * def A.D.math |
| 11 | + * @return (undocumented) |
| 12 | + */ |
| 13 | + public long math () { throw new RuntimeException(); } |
| 14 | +- public akka.rk.buh.is.it.A.D$.E$ E () { throw new RuntimeException(); } |
| 15 | + } |
| 16 | + /** |
| 17 | + * class A.B |
| 18 | +@@ -98,8 +98,8 @@ |
| 19 | + * class A.C |
| 20 | + */ |
| 21 | + static public class C1 { |
| 22 | +- public C1 () { throw new RuntimeException(); } |
| 23 | + public akka.rk.buh.is.it.A.C1$C1$ C1 () { throw new RuntimeException(); } |
| 24 | ++ public C1 () { throw new RuntimeException(); } |
| 25 | + } |
| 26 | + /** |
| 27 | + * object C1 |
| 28 | +@@ -137,6 +137,11 @@ |
| 29 | + static public java.lang.String stattic () { throw new RuntimeException(); } |
| 30 | + static public java.lang.Object x () { throw new RuntimeException(); } |
| 31 | + /** |
| 32 | ++ * Accessor for nested Scala object |
| 33 | ++ * @return (undocumented) |
| 34 | ++ */ |
| 35 | ++ public akka.rk.buh.is.it.A.D$ D () { throw new RuntimeException(); } |
| 36 | ++ /** |
| 37 | + * varargs |
| 38 | + * @param s (undocumented) |
| 39 | + * @return (undocumented) |
| 40 | +@@ -209,9 +214,4 @@ |
| 41 | + */ |
| 42 | + public int testthrows () throws java.lang.IllegalArgumentException, java.lang.NullPointerException { throw new RuntimeException(); } |
| 43 | + public scala.runtime.Null$ getNull () { throw new RuntimeException(); } |
| 44 | +- /** |
| 45 | +- * Accessor for nested Scala object |
| 46 | +- * @return (undocumented) |
| 47 | +- */ |
| 48 | +- public akka.rk.buh.is.it.A.D$ D () { throw new RuntimeException(); } |
| 49 | + } |
| 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(); } |
| 83 | +--- target/expected_output/basic/akka/actor/dsl/Inbox.java 2018-12-13 15:51:52.473679518 +0100 |
| 84 | ++++ target/expected_output/basic/akka/actor/dsl/Inbox.java 2018-12-13 15:51:51.473673128 +0100 |
| 85 | +@@ -2,5 +2,6 @@ |
| 86 | + public interface Inbox { |
| 87 | + public interface InboxExtension { |
| 88 | + public int DSLInboxQueueSize () ; |
| 89 | ++ public void akka$actor$dsl$Inbox$InboxExtension$_setter_$DSLInboxQueueSize_$eq (int x$1) ; |
| 90 | + } |
| 91 | + } |
0 commit comments