Skip to content

@toString doesn't distinguish between parameter lists #16

Open
@hamzaremmal

Description

@hamzaremmal

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)

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions