Add tests for KEEP_LINE_BREAKS
This commit is contained in:
committed by
Dmitry Jemerov
parent
839141e4f6
commit
8c6f93b899
+15
@@ -0,0 +1,15 @@
|
||||
fun foo() {
|
||||
if (true) {
|
||||
|
||||
}
|
||||
|
||||
while (true) {
|
||||
|
||||
}
|
||||
|
||||
for (i in 0..42) {
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
// SET_FALSE: KEEP_LINE_BREAKS
|
||||
Reference in New Issue
Block a user