ad58617753
Add some new tests for uncovered cases
8 lines
140 B
Plaintext
Vendored
8 lines
140 B
Plaintext
Vendored
>>> fun foo() = 765
|
|
>>> foo(1)
|
|
error: too many arguments for public final fun foo(): kotlin.Int defined in Line1
|
|
foo(1)
|
|
^
|
|
>>> foo()
|
|
765
|