Inner classes (#207)

* Inner classes lowering

* cmd line fix

* tests

* * reverted adding parameter to inner classes constructors
* variables are identified by their descriptors

* review fixes
This commit is contained in:
Igor Chevdar
2017-01-31 15:36:21 +05:00
committed by GitHub
parent eeea4fc101
commit 4911f78200
13 changed files with 323 additions and 38 deletions
+1 -1
View File
@@ -56,7 +56,7 @@ INTEROP_JAR="${KONAN_HOME}/konan/lib/Runtime.jar"
NATIVE_LIB="${KONAN_HOME}/konan/nativelib"
KONAN_CLASSPATH="$KOTLIN_JAR:$INTEROP_JAR:$KONAN_JAR"
KONAN_COMPILER=org.jetbrains.kotlin.cli.bc.K2NativeKt
JAVA_OPTS=-ea
#
# KONAN BACKEND INVOCATION