|
| 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 | +@@ -94,12 +94,12 @@ |
| 19 | + public class C1$ { |
| 20 | + public C1$ () { throw new RuntimeException(); } |
| 21 | + } |
| 22 | +- public C1 () { throw new RuntimeException(); } |
| 23 | + /** |
| 24 | + * Accessor for nested Scala object |
| 25 | + * @return (undocumented) |
| 26 | + */ |
| 27 | + public akka.rk.buh.is.it.A.C1.C1$ C1 () { throw new RuntimeException(); } |
| 28 | ++ public C1 () { throw new RuntimeException(); } |
| 29 | + } |
| 30 | + /** |
| 31 | + * object C1 |
| 32 | +@@ -147,6 +147,11 @@ |
| 33 | + static public java.lang.String stattic () { throw new RuntimeException(); } |
| 34 | + static public java.lang.Object x () { throw new RuntimeException(); } |
| 35 | + /** |
| 36 | ++ * Accessor for nested Scala object |
| 37 | ++ * @return (undocumented) |
| 38 | ++ */ |
| 39 | ++ public akka.rk.buh.is.it.A.D$ D () { throw new RuntimeException(); } |
| 40 | ++ /** |
| 41 | + * varargs |
| 42 | + * @param s (undocumented) |
| 43 | + * @return (undocumented) |
| 44 | +@@ -219,9 +224,4 @@ |
| 45 | + */ |
| 46 | + public int testthrows () throws java.lang.IllegalArgumentException, java.lang.NullPointerException { throw new RuntimeException(); } |
| 47 | + public scala.runtime.Null$ getNull () { throw new RuntimeException(); } |
| 48 | +- /** |
| 49 | +- * Accessor for nested Scala object |
| 50 | +- * @return (undocumented) |
| 51 | +- */ |
| 52 | +- public akka.rk.buh.is.it.A.D$ D () { throw new RuntimeException(); } |
| 53 | + } |
0 commit comments