98c54f39bb
Include kt* files into formatter test generation, to test scripting formatting
7 lines
156 B
Plaintext
7 lines
156 B
Plaintext
>>> fun foo() = 765
|
|
null
|
|
>>> foo(1)
|
|
ERROR: /line2.kts: (1, 5) Too many arguments for internal final fun foo(): kotlin.Int defined in <script>
|
|
>>> foo()
|
|
765
|