diff --git a/docs/_docs/reference/experimental/quoted-patterns-with-polymorphic-functions.md b/docs/_docs/reference/experimental/quoted-patterns-with-polymorphic-functions.md new file mode 100644 index 000000000000..d7cf55328526 --- /dev/null +++ b/docs/_docs/reference/experimental/quoted-patterns-with-polymorphic-functions.md @@ -0,0 +1,7 @@ +--- +layout: doc-page +title: "Quoted Patterns with Polymorphic Functions" +nightlyOf: https://docs.scala-lang.org/scala3/reference/other-new-features/quoted-patterns-with-polymorphic-functions.html +--- + + diff --git a/library/src/scala/runtime/stdLibPatches/language.scala b/library/src/scala/runtime/stdLibPatches/language.scala index 6dc490346561..70e27ff3690e 100644 --- a/library/src/scala/runtime/stdLibPatches/language.scala +++ b/library/src/scala/runtime/stdLibPatches/language.scala @@ -101,7 +101,7 @@ object language: /** Experimental support for quote pattern matching with polymorphic functions * - * @see TODO-18271 + * @see [[https://dotty.epfl.ch/docs/reference/experimental/quoted-patterns-with-polymorphic-functions]] */ @compileTimeOnly("`quotedPatternsWithPolymorphicFunctions` can only be used at compile time in import statements") object quotedPatternsWithPolymorphicFunctions