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 44884e5 commit 0fa5dcfCopy full SHA for 0fa5dcf
examples/04_functional/02_Lambdas.md
@@ -20,8 +20,8 @@ fun main() {
20
21
val upperCase6: (String) -> String = String::toUpperCase // 6
22
23
- println(upperCase2("hello"))
24
println(upperCase1("hello"))
+ println(upperCase2("hello"))
25
println(upperCase3("hello"))
26
println(upperCase5("hello"))
27
println(upperCase6("hello"))
0 commit comments