diff --git a/_overviews/FAQ/index.md b/_overviews/FAQ/index.md index 09af77d5c4..b7bc4f4522 100644 --- a/_overviews/FAQ/index.md +++ b/_overviews/FAQ/index.md @@ -65,6 +65,16 @@ get poor results, try surrounding the symbol with double quotes. ## Specific technical questions +### Why is my (abstract or overridden) `val` null? + + + +[answer]({{ site.baseurl }}/tutorials/FAQ/initialization-order.html) + ### Which type of collection should I choose? see the [Scala 2.13 Collections Guide](https://docs.scala-lang.org/overviews/collections-2.13/introduction.html) @@ -81,7 +91,7 @@ see the [Scala 2.13 Collections Guide](https://docs.scala-lang.org/overviews/col [answer on Stack Overflow](https://stackoverflow.com/a/5159356) -### How can I chain/nest implicit conversions? +### Can I chain or nest implicit conversions? [answer on Stack Overflow](https://stackoverflow.com/a/5332804) @@ -99,14 +109,3 @@ equivalents, such as `List[java.lang.Integer]`? One would hope so, but doing it that way was tried and it proved impossible. [This SO question](https://stackoverflow.com/questions/11167430/why-are-primitive-types-such-as-int-erased-to-object-in-scala) sadly lacks a concise explanation, but it does link to past discussions. - -## More questions - -{% assign overviews = site.overviews | sort: 'num' %} -