We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3bd31c0 + 85dcdc4 commit b3f113eCopy full SHA for b3f113e
library/src/scala/runtime/stdLibPatches/language.scala
@@ -64,7 +64,7 @@ object language:
64
/** Adds support for clause interleaving:
65
* Methods can now have as many type clauses as they like, this allows to have type bounds depend on terms: `def f(x: Int)[A <: x.type]: A`
66
*
67
- * @see [[http://dotty.epfl.ch/docs/reference/other-new-features/explicit-nulls.html]]
+ * @see [[https://github.com/scala/improvement-proposals/blob/main/content/clause-interleaving.md]]
68
*/
69
@compileTimeOnly("`clauseInterleaving` can only be used at compile time in import statements")
70
object clauseInterleaving
0 commit comments