80835fe6ea
There is two methods added into `AbstractLoadJavaTest`: - `configureEnvironment(KotlinCoreEnvironment environment)` allow to configure environment that will be used two compilation of source test data and loading generated `.class` files (e.g. you can register extensions) - `getExtraClasspath()` allow to add custom libraries to classpath of compiler Similar methods exists in `AbstractDiagnosticsTest`