If a @State class is an inner class of another @State class, it could mean the same dependency as if the first @State class is static and has the second class as a parameter of it's @Setup method. It would be nice to have this feature because it would allow to reduce verbosity of dependent @State classes.