Bogdan Dimitriu
Results
1
issues of
Bogdan Dimitriu
Using scala 2.12.4, JDK 8u141, Quicklens 1.4.11. Using the following setup with an example from the documentation: ``` case class Street(name: String) case class Address(street: Option[Street]) case class Person(addresses: List[Address])...