• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 /**
2  * Prints [this]
3  */
somenull4 fun String.some() {
5     println(this)
6 }