We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 810a396 commit d1a7346Copy full SHA for d1a7346
tests/run/i17555.scala
@@ -13,5 +13,5 @@ class D() extends A, Serializable {
13
}
14
15
@main def Test =
16
- println(C())
17
- println(D())
+ assert(C().toString == "B")
+ assert(D().toString == "B")
0 commit comments