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 bac5985 commit 03ed8d4Copy full SHA for 03ed8d4
examples/01_introduction/04_Null Safety.md
@@ -23,7 +23,7 @@ fun main() {
23
return notNull.length
24
}
25
26
- strLength(notNull) // 8
+ strLength(neverNull) // 8
27
strLength(nullable) // 9
28
//sampleEnd
29
0 commit comments