Skip to content

Instantly share code, notes, and snippets.

@jmcardon
Created February 13, 2018 05:09
Show Gist options
  • Save jmcardon/62bd5b88abb0da26259c04bb1c1fe856 to your computer and use it in GitHub Desktop.
Save jmcardon/62bd5b88abb0da26259c04bb1c1fe856 to your computer and use it in GitHub Desktop.
/** Method in question:
* https://github.com/circe/circe/blob/master/modules/core/shared/src/main/scala/io/circe/JsonObject.scala#L260
*/
object GucciMane extends App {
println(classOf[io.circe.JsonObject$].getMethod("fromLinkedHashMap")) //Throws NoSuchMethodException
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment