Minor, delete Object from some test data

This commit is contained in:
Alexander Udalov
2014-07-25 16:44:31 +04:00
parent a5321ba9f0
commit 98ffdb3e32
7 changed files with 32 additions and 33 deletions
@@ -1,4 +1,4 @@
open abstract class B() : java.lang.Object() {
open abstract class B {
fun foo(arg: Int = 239 + 1) : Int = arg
}