louiscad
03/27/2017, 3:45 PMobject
declared in an object
) extending an inner class
of a superclass of the enclosing object, the compiler fails when you do this. I had to replace my inner class
with a constructor property instead, while the extended inner class would have made it implicit, allowing me to strip the extra val constructor parameterdmitry.petrov
03/28/2017, 6:41 AMlouiscad
03/28/2017, 9:53 AM