scala> implicit class X(x: Long) { def OL = "Yeah." } scala> 42LOL Yeah.
@mslinn The parser decides that it's got a Long when it sees the L, then it's just as ready to take a method name as it would after an Int.
You can add location information to your Tweets, such as your city or precise location, from the web and via third-party applications. You always have the option to delete your Tweet location history. Learn more
@mslinn The parser decides that it's got a Long when it sees the L, then it's just as ready to take a method name as it would after an Int.