Skip to content

Commit 47cfd1e

Browse files
committed
Add a skeleton doc about quoted patterns with polymorphic functions
1 parent 8fb7cfe commit 47cfd1e

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
layout: doc-page
3+
title: "Quoted Patterns with Polymorphic Functions"
4+
nightlyOf: https://docs.scala-lang.org/scala3/reference/other-new-features/quoted-patterns-with-polymorphic-functions.html
5+
---
6+
7+

library/src/scala/runtime/stdLibPatches/language.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ object language:
101101

102102
/** Experimental support for quote pattern matching with polymorphic functions
103103
*
104-
* @see TODO-18271
104+
* @see [[https://dotty.epfl.ch/docs/reference/experimental/quoted-patterns-with-polymorphic-functions]]
105105
*/
106106
@compileTimeOnly("`quotedPatternsWithPolymorphicFunctions` can only be used at compile time in import statements")
107107
object quotedPatternsWithPolymorphicFunctions

0 commit comments

Comments
 (0)