mirror of https://github.com/sbt/sbt.git
Problem ------- By Typer phase it seems like lazy val is expanded out to `def x(): Int` and synthetic `val x$lzy1`, which results in NoSuchMethod `x$lzy1`. Solution -------- Assume the naming convention and grab the part before `$`. |
||
|---|---|---|
| .. | ||
| main/scala/sbt/internal | ||
| test | ||