Skip to content

FAQ: add a sentence to stdlib version number question #3144

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jan 17, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions _overviews/FAQ/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,8 @@ REPL, but won't work in typical Scala 3 application code.
For an alternative way to detect the Scala 3 version, see
[this gist](https://gist.github.com/romanowski/de14691cab7340134e197419bc48919a).

There is a proposal to provide something easier at [scala/scala3#22144](https://github.com/scala/scala3/issues/22144).

### Why is my (abstract or overridden) `val` null?

<!-- this is left over from a previous version of the FAQ.
Expand Down
Loading