Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot find liftedTree1$1 #509

Open
adpi2 opened this issue Jul 14, 2023 · 1 comment
Open

Cannot find liftedTree1$1 #509

adpi2 opened this issue Jul 14, 2023 · 1 comment
Labels
bug Something isn't working decoder
Milestone

Comments

@adpi2
Copy link
Member

adpi2 commented Jul 14, 2023

In Scala 3:

package example
class MySuite extends munit.FunSuite {
  def sum(list: List[Int]): Int = list.sum

  test("sum of a few numbers") {
   assertEquals(sum(List(1,2,0)), 3) // breakpoint here
  }
}

In the logs there is an warning message saying: cannot find local symbol liftedTree1$1.

What is this liftedTree1$1? Should we skip it? What is the associated symbol?

@adpi2 adpi2 added this to the 3.2.x milestone Jul 28, 2023
@adpi2 adpi2 added bug Something isn't working decoder labels Jul 28, 2023
@adpi2
Copy link
Member Author

adpi2 commented Oct 12, 2023

Should be fixed by #599

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working decoder
Projects
None yet
Development

No branches or pull requests

1 participant