Files
kotlin/compiler/testData/repl/analyzeErrors.repl
2014-08-13 15:13:19 +04:00

6 lines
151 B
Plaintext

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