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 061de4f commit bf42008Copy full SHA for bf42008
src/main/java/scala/compat/java8/runtime/CollectionInternals.java
@@ -1,6 +1,6 @@
1
package scala.compat.java8.runtime;
2
3
-import scala.collection.immutable.*; // Don't rely on this! Refer to everything explicitly!
+// No imports! All type names are fully qualified to avoid confusion!
4
5
public class CollectionInternals {
6
public static <A> Object[] getTable(scala.collection.mutable.FlatHashTable<A> fht) { return fht.hashTableContents().table(); }
0 commit comments