Replaced when appropriate 'TARGET_BACKEND: JVM' -> 'IGNORE_BACKEND: JS'. Enabled some succesfully working decompiledText tests.

This commit is contained in:
Anton Bannykh
2016-10-26 19:55:23 +03:00
parent dc151c1d84
commit 7ee3baa020
26 changed files with 46 additions and 59 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
// TODO: Enable when JS backend supports Java class library, since FunctionX are required for interoperation
// TARGET_BACKEND: JVM
// IGNORE_BACKEND: JS
class Works() : Function0<Any> {
public override fun invoke():Any {
return "Works" as Any