blob: 3e6e2056db72a8145556b14cacc349aae6242941 [file] [log] [blame]
/**
* Prints [this]
*/
fun String.some() {
println(this)
}