Locked. This question and its answers are locked because the question is off-topic but has historical significance. It is not currently accepting new answers or interactions.
I was experimenting with variable constructor arguments for case classes in Scala, but am unable to pa开发者_开发知识库ss them to the constructor of a case classes\' parent:
I seem to be missing libraries but I am not certain. In this file: object Test { def main(args: Array[String]) {