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 e460be0 commit 8b9cf8cCopy full SHA for 8b9cf8c
compiler/test-resources/repl/getClass
@@ -1,4 +1,5 @@
1
scala> val xs = List(1)
2
val xs: List[Int] = List(1)
3
scala> xs.getClass
4
-val res0: Class[?] = class scala.collection.immutable.$colon$colon
+val res0: Class[? <: List[Int]] = class scala.collection.immutable.$colon$colon
5
+
0 commit comments