Minor: remove debug code

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