3add7f9db5
- Now that the enum entry initializer provides a member scope, not the enum entry, we need a way to get to the enum entry initializer in tests. This can only be done via the enum entry's name, because the initializer is anonymous. ^KT-61425