Minor: remove debug code

This commit is contained in:
Natalia Selezneva
2019-06-26 13:36:12 +03:00
parent b503b29c51
commit b3e08c0b61
@@ -172,14 +172,4 @@ class KtScratchExecutionSession(
return javaParameters.toCommandLine()
}
}
fun foo() {
listOf(1, 2, 3).joinToString {
if (true) {
"lsdkfjlsd"
} else {
"sdfsdf"
}
}
}