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 fe1c05e commit 1458cc4Copy full SHA for 1458cc4
library/test/dotty/ShowTests.scala
@@ -64,7 +64,7 @@ class ShowTests {
64
case class Car(model: String, manufacturer: String, year: Int)
65
66
assertEquals("Car(Mustang,Ford,1967)", Car("Mustang", "Ford", 1967).show)
67
- assertEquals("Map()", Map().show)
+ assertEquals("Map()", Map[Nothing, Nothing]().show)
68
}
69
70
@Test def partialShow = {
0 commit comments