I have a superclass:
class Filter(val param: ComplexFilterParams){ def this(config: String) = this(parseStrConfig(config))
And I need to crea