Add tests for KEEP_LINE_BREAKS

This commit is contained in:
Andrius Semionovas
2017-06-12 21:39:04 +03:00
committed by Dmitry Jemerov
parent 839141e4f6
commit 8c6f93b899
4 changed files with 63 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
fun foo() {
if (true) {
}
while (true) {
}
for (i in 0..42) {
}
}
// SET_FALSE: KEEP_LINE_BREAKS