98c54f39bb
Include kt* files into formatter test generation, to test scripting formatting
6 lines
39 B
Kotlin
6 lines
39 B
Kotlin
fun foo(x: Int) = 1
|
|
|
|
val y = 2
|
|
|
|
foo(y)
|