We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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.