Remove js classes that should not be there
This commit is contained in:
@@ -11,6 +11,10 @@ public object SomeClass {
|
||||
public fun run(): Unit = work.run()
|
||||
}
|
||||
|
||||
interface Runnable {
|
||||
fun run(): Unit
|
||||
}
|
||||
|
||||
fun box(): String {
|
||||
SomeClass.run()
|
||||
return "OK"
|
||||
|
||||
Reference in New Issue
Block a user