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 02db932 commit 747ceb7Copy full SHA for 747ceb7
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