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.
1 parent 242fddf commit ced7c36Copy full SHA for ced7c36
scalafix-tests/input/src/main/scala-3/test/disableSyntax/MatchableDisableSyntax.scala
@@ -4,7 +4,7 @@ DisableSyntax.noAsInstanceOf = true
4
*/
5
package test.disableSyntax
6
7
-object MatchableAsInstanceOf {
+object MatchableDisableSyntax {
8
class Example {
9
override def equals(obj: Any): Boolean =
10
obj.asInstanceOf[Matchable] match { /* assert: DisableSyntax.asInstanceOfMatchable
0 commit comments