Skip to content

Commit

Permalink
fix merge
Browse files Browse the repository at this point in the history
  • Loading branch information
adpi2 committed Jul 20, 2023
1 parent 08527ea commit ca7a211
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,6 @@ abstract class Scala3UnpicklerTests(val scalaVersion: ScalaVersion) extends FunS
|}
|""".stripMargin
val debuggee = TestingDebuggee.mainClass(source, "example.Main", scalaVersion)
val unpickler = getUnpickler(debuggee)
unpickler.assertFormat("example.Main$", "int m1(int x, int y)", "Main.m1(using x: Int, y: Int): Int")
unpickler.assertFormat("example.Main$", "int m2(int x)", "Main.m2(implicit x: Int): Int")
unpickler.assertFormat(
Expand Down

0 comments on commit ca7a211

Please sign in to comment.