File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed
docs/_docs/reference/experimental
library/src/scala/runtime/stdLibPatches Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change
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
+
Original file line number Diff line number Diff line change @@ -101,7 +101,7 @@ object language:
101
101
102
102
/** Experimental support for quote pattern matching with polymorphic functions
103
103
*
104
- * @see TODO-18271
104
+ * @see [[ https://dotty.epfl.ch/docs/reference/experimental/quoted-patterns-with-polymorphic-functions ]]
105
105
*/
106
106
@ compileTimeOnly(" `quotedPatternsWithPolymorphicFunctions` can only be used at compile time in import statements" )
107
107
object quotedPatternsWithPolymorphicFunctions
You can’t perform that action at this time.
0 commit comments