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 5dce325 commit db9cbe6Copy full SHA for db9cbe6
library/src/scala/reflect/ClassTag.scala
@@ -42,8 +42,8 @@ import scala.runtime.ClassValueCompat
42
*
43
* For compile-time type information in macros, see the facilities in the
44
* [[scala.quoted]] package.
45
- * For limited runtime type checks beyond what `Class[_]` provides, see
46
- * [[scala.reflect.Typeable]].
+ * For limited runtime type checks beyond what `Class[?]` provides, see
+ * [[scala.reflect.TypeTest]] and [[scala.reflect.Typeable]].
47
48
*/
49
@nowarn("""cat=deprecation&origin=scala\.reflect\.ClassManifestDeprecatedApis""")
0 commit comments