Skip to content

Commit 1b4129a

Browse files
committed
support testing on Scala 2.12.7 nightlies
1 parent 2b3145f commit 1b4129a

File tree

1 file changed

+53
-0
lines changed

1 file changed

+53
-0
lines changed
Lines changed: 53 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,53 @@
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

Comments
 (0)