fix tests in org.jetbrains.kotlin.repl
This commit is contained in:
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
>>> fun foo() = 765
|
>>> fun foo() = 765
|
||||||
>>> foo(1)
|
>>> foo(1)
|
||||||
/line2.kts:1:5: error: too many arguments for internal final fun foo(): kotlin.Int defined in <script>
|
/line2.kts:1:5: error: too many arguments for public final fun foo(): kotlin.Int defined in <script>
|
||||||
foo(1)
|
foo(1)
|
||||||
^
|
^
|
||||||
>>> foo()
|
>>> foo()
|
||||||
|
|||||||
Reference in New Issue
Block a user