We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 08f70cb commit 5936185Copy full SHA for 5936185
docs/docs/reference/metaprogramming/inline.md
@@ -33,7 +33,7 @@ object Logger {
33
The `Config` object contains a definition of the **inline value** `logging`.
34
This means that `logging` is treated as a _constant value_, equivalent to its
35
right-hand side `false`. The right-hand side of such an `inline val` must itself
36
-be a [constant expression](https://scala-lang.org/files/archive/spec/2.12/06-expressions.html#constant-expressions).
+be a [constant expression](https://scala-lang.org/files/archive/spec/2.13/06-expressions.html#constant-expressions).
37
Used in this way, `inline` is equivalent to Java and Scala 2's `final`. Note that `final`, meaning
38
_inlined constant_, is still supported in Dotty, but will be phased out.
39
0 commit comments