fix tests in org.jetbrains.kotlin.repl

This commit is contained in:
Michael Nedzelsky
2015-09-04 19:37:05 +03:00
parent d81490d2f2
commit f717806138
+1 -1
View File
@@ -1,6 +1,6 @@
>>> fun foo() = 765
>>> 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()