Hardcoded example code in ScalaGen.scala
Closed this issue ยท 2 comments
sebastian-peter commented
At ScalaGen.scala:529, the path is hardcoded to parentPath + "fruit"
, while it should be parentPath + "$path"
(as far as I can tell).
The corresponding tests at ScalaMainSpec.scala:748ff do not fail because they are all fruit-related ๐๐๐.
carueda commented
Thanks for the catch! ๐
(I of course fixed my mistake and also added an associated test!)
sebastian-peter commented
Thank you very much!