^KT-54870 Fixed
Currently JVM IR is not supported in kapt, so almost all tests are failing, and thus are muted with IGNORE_BACKEND. #KT-49682
* Add index to resolve compiled class by name * Disable full property resolution
Replace anonymous classes with superclass in delegate properties #KT-34838 Fixed