``` namespace Tests function example() manager = new Manager() ' this class lookup is done as `Tests.Manager`, and therefore fails. end namespace ``` I fix this by doing the following: 