We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Unrelated objects can play the same role
This complements the observations of feature 3 and 4.
val someCoreA = new CoreA() val someCoreB = new CoreB() someCoreA play new RoleA() someCoreB play new RoleA()
None.