We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent baf7587 commit 8b1130eCopy full SHA for 8b1130e
akka-actor/src/main/java/akka/japi/pf/AbstractPFBuilder.java
@@ -12,7 +12,9 @@
12
* @param <F> the input type, that this PartialFunction will be applied to
13
* @param <T> the return type, that the results of the application will have
14
*/
15
-abstract class AbstractPFBuilder<F, T> {
+// todo remove `public` when this issue is fix:
16
+// https://github.com/lampepfl/dotty/issues/8661
17
+public abstract class AbstractPFBuilder<F, T> {
18
19
protected PartialFunction<F, T> statements = null;
20
0 commit comments