I have a simple trait
trait SomeTrait { val sourceData: SourceData }
SourceData class has constructor parameter p: Array[String]. Now, when