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 e1a33dd commit cb35759Copy full SHA for cb35759
docs/_docs/reference/dropped-features/package-objects.md
@@ -11,7 +11,7 @@ package object p {
11
def b = ...
12
}
13
```
14
-will be dropped. They are still available in Scala 3.0 and 3.1, but will be deprecated and removed afterwards.
+will be dropped. They are still available, but will be deprecated and removed afterwards.
15
16
Package objects are no longer needed since all kinds of definitions can now be written at the top-level. Example:
17
```scala
0 commit comments