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.
strictEqualityPatternMatching
scala.language.experimental
1 parent 51b34cb commit 79fc91dCopy full SHA for 79fc91d
library/src/scala/language.scala
@@ -243,6 +243,13 @@ object language {
243
@compileTimeOnly("`erasedDefinitions` can only be used at compile time in import statements")
244
object erasedDefinitions
245
246
+ /** Experimental support for relaxed CanEqual checks for ADT pattern matching
247
+ *
248
+ * @see [[https://github.com/scala/improvement-proposals/pull/97]]
249
+ */
250
+ @compileTimeOnly("`strictEqualityPatternMatching` can only be used at compile time in import statements")
251
+ object strictEqualityPatternMatching
252
+
253
/** Experimental support for using indentation for arguments
254
*/
255
@compileTimeOnly("`fewerBraces` can only be used at compile time in import statements")
0 commit comments