Files
kotlin-fork/compiler/testData/repl/analyzeErrors.repl
T
2014-03-02 19:55:26 +04:00

7 lines
161 B
Plaintext

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