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