Skip to content

Instantly share code, notes, and snippets.

@kevinwright
Last active January 3, 2016 18:59
Show Gist options
  • Select an option

  • Save kevinwright/8505936 to your computer and use it in GitHub Desktop.

Select an option

Save kevinwright/8505936 to your computer and use it in GitHub Desktop.
ScalaOnIos.scala
implicit class IosInt(i: Int) extends AnyVal {
def s: Int = i + 1
}
val test: String = "I have an iPhone " + 4.s
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment