Skip to content

Instantly share code, notes, and snippets.

@ponkotuy
Created June 17, 2014 02:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ponkotuy/34efe43aed26f228fbf2 to your computer and use it in GitHub Desktop.
Save ponkotuy/34efe43aed26f228fbf2 to your computer and use it in GitHub Desktop.
なんでこれがコンパイルエラーなのか良く分からんちん
type Key = Long
implicit def strToKey(str: String): Long = str.toLong
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment