-
-
Notifications
You must be signed in to change notification settings - Fork 12
Implementation Role Feature 23
Max Leuthäuser edited this page Nov 18, 2021
·
5 revisions
Compartments may play roles which are part of themselves.
Continuing the argument of feature 22, compartments might be allowed to play roles belonging to the same compartments.
E.g.
class ACompartment extends Compartment {
class ARole
}
new ACompartment {
this play new ARole
}
(E.g., CompartmentRoleFeaturesTest.scala)
None.