Files
kotlin-fork/compiler/testData/repl/analyzeErrors.repl
T
2013-04-29 15:44:07 +04:00

7 lines
158 B
Plaintext

>>> fun foo() = 765
null
>>> foo(1)
ERROR: /line2.ktscript: (1, 5) Too many arguments for internal final fun foo(): jet.Int defined in <script>
>>> foo()
765