Minor: remove debug code
This commit is contained in:
-10
@@ -172,14 +172,4 @@ class KtScratchExecutionSession(
|
||||
|
||||
return javaParameters.toCommandLine()
|
||||
}
|
||||
}
|
||||
|
||||
fun foo() {
|
||||
listOf(1, 2, 3).joinToString {
|
||||
if (true) {
|
||||
"lsdkfjlsd"
|
||||
} else {
|
||||
"sdfsdf"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user