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 96d6d13 commit c2461deCopy full SHA for c2461de
library/src/scala/language.scala
@@ -293,6 +293,10 @@ object language {
293
@compileTimeOnly("`separationChecking` can only be used at compile time in import statements")
294
object separationChecking
295
296
+ /** Experimental support for qualified types */
297
+ @compileTimeOnly("`qualifiedTypes` is only be used at compile time")
298
+ object qualifiedTypes
299
+
300
/** Experimental support for automatic conversions of arguments, without requiring
301
* a language import `import scala.language.implicitConversions`.
302
*
0 commit comments