Skip to content

Commit 3c246dd

Browse files
authored
Merge pull request #1615 from Jasper-M/patch-1
Remove note about overloading in package objects
2 parents 6e74471 + c611e5e commit 3c246dd

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

_tour/package-objects.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,5 +70,3 @@ package object fruits extends FruitAliases with FruitHelpers {
7070
// helpers and variables follows here
7171
}
7272
```
73-
74-
Note that method overloading doesn't work in package objects.

0 commit comments

Comments
 (0)