[KT-4124] Fix test compatibility between JS and Java backed for several tests
This commit is contained in:
@@ -1,3 +1,6 @@
|
||||
// Enable for JS when it supports Java class library.
|
||||
// TARGET_BACKEND: JVM
|
||||
|
||||
class TestJava(r : Runnable) : Runnable by r {}
|
||||
class TestRunnable() : Runnable {
|
||||
public override fun run() = System.out.println("foobar")
|
||||
|
||||
Reference in New Issue
Block a user