summaryrefslogtreecommitdiff
path: root/src/library/scala/runtime/java8/JFunction0$mcV$sp.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/library/scala/runtime/java8/JFunction0$mcV$sp.java')
-rw-r--r--src/library/scala/runtime/java8/JFunction0$mcV$sp.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/library/scala/runtime/java8/JFunction0$mcV$sp.java b/src/library/scala/runtime/java8/JFunction0$mcV$sp.java
index abd5e6ebbe..735843796c 100644
--- a/src/library/scala/runtime/java8/JFunction0$mcV$sp.java
+++ b/src/library/scala/runtime/java8/JFunction0$mcV$sp.java
@@ -6,7 +6,7 @@
package scala.runtime.java8;
@FunctionalInterface
-public interface JFunction0$mcV$sp extends JFunction0 {
+public interface JFunction0$mcV$sp extends scala.Function0, java.io.Serializable {
void apply$mcV$sp();
default Object apply() { apply$mcV$sp(); return scala.runtime.BoxedUnit.UNIT; }