Skip to content

Instantly share code, notes, and snippets.

@longliveenduro
Created November 13, 2013 15:29
Show Gist options
  • Select an option

  • Save longliveenduro/7450933 to your computer and use it in GitHub Desktop.

Select an option

Save longliveenduro/7450933 to your computer and use it in GitHub Desktop.
test("Check implicit conversion inside Option from joda to thrift dateTime works") {
val nowOpt: Option[JodaDateTime] = Some(JodaDateTime.now)
val nowOptInThrift: Option[ThriftDateTime] = nowOpt
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment