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