98c54f39bb
Include kt* files into formatter test generation, to test scripting formatting
6 lines
132 B
Kotlin
Vendored
6 lines
132 B
Kotlin
Vendored
// expected: rv: sky color is blue
|
|
// param: what: kotlin.String: sky
|
|
// param: color: kotlin.String: blue
|
|
|
|
"$what color is $color"
|