package test trait Test { default object { public val valProp: Int = 10 } }