scala / scala3

The Scala 3 compiler, also known as Dotty.
https://dotty.epfl.ch
Apache License 2.0
5.72k stars 1.04k forks source link

Outdated LazyVals reference in documentaiton #20820

Open WojciechMazur opened 6 days ago

WojciechMazur commented 6 days ago

The current LazyVals specification in Scala 3 docs is outdated https://docs.scala-lang.org/scala3/reference/changed-features/lazy-vals-init.html It uses the legacy variant of lazy vals initialization instead of the new implementation introduced in #15296 #16975 #16555