|
| 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/dsl/Inbox.java 2018-12-13 15:51:52.473679518 +0100 |
| 51 | ++++ target/expected_output/basic/akka/actor/dsl/Inbox.java 2018-12-13 15:51:51.473673128 +0100 |
| 52 | +@@ -2,5 +2,6 @@ |
| 53 | + public interface Inbox { |
| 54 | + public interface InboxExtension { |
| 55 | + public int DSLInboxQueueSize () ; |
| 56 | ++ public void akka$actor$dsl$Inbox$InboxExtension$_setter_$DSLInboxQueueSize_$eq (int x$1) ; |
| 57 | + } |
| 58 | + } |
0 commit comments