I have an entrypoint module Main.
I have another entrypoint module User
User inherits non-entrypoint module UserPersistence.
At some time, I inadvertently had module UserPersistence inherit Main.
That is, User module effectively inherits Main.
The result was, when module User is displayed, it w
I have an entrypoint module Main.
I have another entrypoint module User
User inherits non-entrypoint module UserPersistence.
At some time, I inadvertently had module Persistence inherit Main.
That is, User module effectively inherits Main.
The result was, when module User is displayed, it was o