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 be3f2d7 commit 7d86a21Copy full SHA for 7d86a21
library/src/scala/quoted/Const.scala
@@ -1,6 +1,6 @@
1
package scala.quoted
2
3
-/** MLiteral constant values */
+/** Literal constant values */
4
object Const {
5
6
/** Matches expressions containing literal constant values and extracts the value.
library/src/scala/quoted/Consts.scala
object Consts {
/** Matches literal sequence of literal constant value expressions and return a sequence of values.
0 commit comments