98c54f39bb
Include kt* files into formatter test generation, to test scripting formatting
8 lines
141 B
Plaintext
8 lines
141 B
Plaintext
>>> )(
|
|
ERROR: /line1.kts: (1, 1) Expecting an element
|
|
ERROR: /line1.kts: (1, 3) Expecting an expression
|
|
>>> fun foo() = 98
|
|
null
|
|
>>> foo()
|
|
98
|