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 bc1f65e commit bf9f32eCopy full SHA for bf9f32e
_overviews/scala3-book/scala-features.md
@@ -161,7 +161,7 @@ In that list:
161
Scala’s type system enforces, at compile-time, that abstractions are used in a safe and coherent manner.
162
In particular, the type system supports:
163
164
-- [Type inference](/tour/type-inference.html)
+- [Inferred types]({% link _overviews/scala3-book/types-inferred.md %})
165
- [Generic classes]({% link _overviews/scala3-book/types-generics.md %})
166
- [Variance annotations]({% link _overviews/scala3-book/types-variance.md %})
167
- [Upper](/tour/upper-type-bounds.html) and [lower](/tour/lower-type-bounds.html) type bounds
0 commit comments