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.
qualifiedTypes
object language
1 parent 3023549 commit e3b2229Copy full SHA for e3b2229
library/src/scala/language.scala
@@ -286,6 +286,10 @@ object language {
286
@compileTimeOnly("`separationChecking` can only be used at compile time in import statements")
287
object separationChecking
288
289
+ /** Experimental support for qualified types */
290
+ @compileTimeOnly("`qualifiedTypes` is only be used at compile time")
291
+ object qualifiedTypes
292
+
293
/** Experimental support for automatic conversions of arguments, without requiring
294
* a language import `import scala.language.implicitConversions`.
295
*
0 commit comments