Skip to content

Commit ced7c36

Browse files
committed
Change class name
1 parent 242fddf commit ced7c36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scalafix-tests/input/src/main/scala-3/test/disableSyntax/MatchableDisableSyntax.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ DisableSyntax.noAsInstanceOf = true
44
*/
55
package test.disableSyntax
66

7-
object MatchableAsInstanceOf {
7+
object MatchableDisableSyntax {
88
class Example {
99
override def equals(obj: Any): Boolean =
1010
obj.asInstanceOf[Matchable] match { /* assert: DisableSyntax.asInstanceOfMatchable

0 commit comments

Comments
 (0)