Open
Description
In generator we can write access --|> #TAccess
without defining the trait FamixTAccess.
This is a shortcut (syntactic sugar) but I think it introduces confusion on how to use traits.
It would be clearer to force the user to recover the trait (tAccess := self remoteEntity: #TAccess withPrefix: #Famix
) and then use the instance variable (access --|> tAccess
)