Files
kotlin-fork/compiler/testData/repl/analyzeErrors.repl
T
2012-06-14 18:30:49 +04:00

7 lines
159 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