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 09dd330 commit 77fd08bCopy full SHA for 77fd08b
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