Skip to content

Commit 3b05bf5

Browse files
kotlin-samples-pusher-botdkrasnoff
authored andcommitted
test(samples): add new samples
1 parent 9a41308 commit 3b05bf5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
fun String.bold(): String = "<b>$this</b>"
22

33
fun main() {
4-
// "hello" is the receiver object
4+
// "hello" is the receiver
55
println("hello".bold())
66
// <b>hello</b>
77
}

0 commit comments

Comments
 (0)