4 lines
80 B
Text
4 lines
80 B
Text
|
|
trait Camera {}
|
||
|
|
trait MobilePhone {}
|
||
|
|
trait CameraPhone: Camera + MobilePhone {}
|