Skip to content

Add code tabs for _tour/type-inference #2557

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 6 commits into from
Sep 23, 2022
Merged
Changes from 1 commit
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
Prev Previous commit
Next Next commit
Update type-inference.md
  • Loading branch information
flomebul authored Sep 22, 2022
commit ac5bd9c9cc9bfb7c4f3f30845c9d936ad91f0515
2 changes: 1 addition & 1 deletion _tour/type-inference.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ Also, type inference can sometimes infer a too-specific type. Suppose we write:

{% tabs type-inference_6 %}
{% tab 'Scala 2 and 3' for=type-inference_6 %}
```scala mdoc
```scala
var obj = null
```
{% endtab %}
Expand Down