Convert compile constant classes to kotlin: j2k

This commit is contained in:
Pavel V. Talanov
2015-06-30 15:57:54 +03:00
parent a6180611f4
commit 0369de86c7
29 changed files with 377 additions and 602 deletions
@@ -84,7 +84,7 @@ public class JsCallChecker : CallChecker {
return
}
val code = evaluationResult.getValue() as String
val code = evaluationResult.value as String
val errorReporter = JsCodeErrorReporter(argument, code, context.trace)
try {