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 56483db commit 5f38363Copy full SHA for 5f38363
_overviews/scala3-book/taste-toplevel-definitions.md
@@ -12,7 +12,7 @@ next-page: taste-summary
12
In Scala 3, all kinds of definitions can be written at the “top level” of your source code files.
13
For instance, you can create a file named _MyCoolApp.scala_ and put these contents into it:
14
15
-{% tabs toplevel_1 class=tabs-scala-version %}
+{% tabs toplevel_1 %}
16
{% tab 'Scala 3 only' for=toplevel_1 %}
17
```scala
18
import scala.collection.mutable.ArrayBuffer
0 commit comments