In Scala, I can declare an object like so:
class Thing object Thingy extends Thing
How would I get \"Thingy\" (the name of th
\"Thingy\"
I don't know which way is the proper way, but this could be achieved by Scala reflection:
implicitly[TypeTag[Thingy.type]].tpe.termSymbol.name.toString