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 adcfda4 commit 98a4f42Copy full SHA for 98a4f42
library/src/scala/annotation/CanEqualNull.scala
@@ -14,7 +14,7 @@ package scala.annotation
14
* val s3: String = s2
15
* val s4: String @CanEqualNull = s1
16
*
17
- * val ss: Array[String @CanEqualNull] = ??
+ * val ss: Array[String @CanEqualNull] = ???
18
* ss.map(_ == null)
19
* ```
20
*/
0 commit comments