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