Created
February 13, 2018 05:09
-
-
Save jmcardon/62bd5b88abb0da26259c04bb1c1fe856 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** 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