98c54f39bb
Include kt* files into formatter test generation, to test scripting formatting
9 lines
112 B
Kotlin
Vendored
9 lines
112 B
Kotlin
Vendored
if (true) {
|
|
val archenemy = "Jim Moriarty"
|
|
}
|
|
|
|
true
|
|
|
|
// expected: rv: true
|
|
// expected: archenemy: <nofield>
|