Copy-paste bug fixed
The test is supposed to check classes and objects
This commit is contained in:
+1
-1
@@ -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) {}
|
||||
}
|
||||
Reference in New Issue
Block a user