Copy-paste bug fixed

The test is supposed to check classes and objects
This commit is contained in:
Andrey Breslav
2012-04-27 15:04:31 +04:00
parent 88a0f70e8f
commit d3ceaf7656
@@ -10,6 +10,6 @@ class Z2 : Y, YSub {
override fun foo(a : Int) {}
}
class Z2O : Y, YSub {
object Z2O : Y, YSub {
override fun foo(a : Int) {}
}