Remove js classes that should not be there
This commit is contained in:
@@ -24,4 +24,8 @@ class C{
|
||||
}
|
||||
}
|
||||
|
||||
interface Runnable {
|
||||
fun run(): Unit
|
||||
}
|
||||
|
||||
fun box() = if (C().foo() == 3) "OK" else "NOT OK"
|
||||
|
||||
Reference in New Issue
Block a user