trait T { public var foo: Short internal set } trait U { public var foo: Short protected set } trait V : T, U { override var foo: Short }