Update existing test data depending on diagnostic parameter rendering
This commit is contained in:
+1
-1
@@ -1,6 +1,6 @@
|
||||
>>> fun foo() = 765
|
||||
>>> foo(1)
|
||||
error: too many arguments for public final fun foo(): kotlin.Int defined in Line1
|
||||
error: too many arguments for public final fun foo(): Int defined in Line1
|
||||
foo(1)
|
||||
^
|
||||
>>> foo()
|
||||
|
||||
Reference in New Issue
Block a user