Remove js classes that should not be there

This commit is contained in:
Ilya Gorbunov
2016-10-01 01:51:44 +03:00
parent 2ff8e922f0
commit a895702730
8 changed files with 15 additions and 19 deletions
@@ -28,4 +28,8 @@ class C {
}
}
interface Runnable {
fun run(): Unit
}
fun box() = C().foo()