@toString doesn't distinguish between parameter lists
Open
@hamzaremmal is already working on this.
Since Jan 10, 2025.
area:annotations
area:quotes
itype:bug
- Dominant language
- Scala
- Stars
- 15
- Forks
- 3
- PR merge metrics
- No merged PRs in 30d
Description
Version
0.1.0
Minimized code
import steps.annotation.toString
@toString
class Foo(x: Int)(y: Int)
val foo = Foo(1)(2)
println(foo)
Output
Foo(1, 2)
Expected
Foo(1)(2)
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.