summaryrefslogtreecommitdiff
path: root/src/library/scala/All$.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/library/scala/All$.java')
-rw-r--r--src/library/scala/All$.java10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/library/scala/All$.java b/src/library/scala/All$.java
new file mode 100644
index 0000000000..e220b26ac7
--- /dev/null
+++ b/src/library/scala/All$.java
@@ -0,0 +1,10 @@
+package scala;
+
+/**
+ * Dummy class which exist only to satisfy the JVM. It corresponds
+ * to scala.AllRef. If such type appears in method
+ * signatures, it is erased to this one.
+ */
+
+public class All$ {}
+