eg: ``` val a: String? = "hello" a.toString() //e...
# getting-started
o
eg:
Copy code
val a: String? = "hello"
a.toString() //extension wins