We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01d3aa4 commit 7c2311eCopy full SHA for 7c2311e
examples/06_scope_functions/01_let.md
@@ -12,7 +12,7 @@ fun customPrint(s: String) {
12
13
fun main() {
14
//sampleStart
15
- val empty = "testKotlin".let { // 1
+ val empty = "test".let { // 1
16
customPrint(it) // 2
17
it.isEmpty() // 3
18
}
0 commit comments