[test] Fix testData for AbstractReplInterpreterTest

This commit is contained in:
Dmitry Kovanikov
2015-09-09 19:30:07 +03:00
committed by Pavel V. Talanov
parent 9bf0c8453d
commit ac6a9d95af
4 changed files with 4 additions and 6 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
>>> fun foo() = 765
>>> foo(1)
/line2.kts:1:5: error: too many arguments for public final fun foo(): kotlin.Int defined in <script>
error: too many arguments for public final fun foo(): kotlin.Int defined in <script>
foo(1)
^
>>> foo()