KotlinToJVMBytecodeCompiler: J2K

This commit is contained in:
Dmitry Jemerov
2016-01-13 17:48:30 +01:00
parent 0d88595baf
commit bccd64de19
3 changed files with 250 additions and 329 deletions
@@ -61,7 +61,7 @@ public class StdlibTest extends KotlinTestWithEnvironment {
}
public void testStdlib() throws ClassNotFoundException {
GenerationState state = KotlinToJVMBytecodeCompiler.analyzeAndGenerate(getEnvironment());
GenerationState state = KotlinToJVMBytecodeCompiler.INSTANCE.analyzeAndGenerate(getEnvironment());
if (state == null) {
fail("There were compilation errors");
}