sbt/buildfile/src
Eugene Yokota 8c2e4f936e Fix lazy val support
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 `$`.
2023-01-15 23:48:13 -05:00
..
main/scala/sbt/internal Fix lazy val support 2023-01-15 23:48:13 -05:00
test Refactor to build mainProj 2023-01-15 23:48:11 -05:00