Skip to content

Commit

Permalink
workaround scala/bug#13035
Browse files Browse the repository at this point in the history
  • Loading branch information
bjaglin committed Sep 23, 2024
1 parent 4ca6400 commit 7906702
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ rule = RemoveUnused
*/
package test.removeUnused

case class AB(a: Int, b: String)
case class AB(aa: Int, bb: String)

case class XY(x: Int, y: Int)
case class YZ(xy: XY, z: String)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package test.removeUnused

case class AB(a: Int, b: String)
case class AB(aa: Int, bb: String)

case class XY(x: Int, y: Int)
case class YZ(xy: XY, z: String)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package test.removeUnused

case class AB(a: Int, b: String)
case class AB(aa: Int, bb: String)

case class XY(x: Int, y: Int)
case class YZ(xy: XY, z: String)
Expand Down

0 comments on commit 7906702

Please sign in to comment.