mirror of
https://github.com/sbt/sbt.git
synced 2026-09-06 17:40:06 +02:00
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 `$`.