I wanted to go to the Any source to see how some methods were implemented, but I see that it is not included in scala -library-src, and none of them are AnyRef (value types and Nothing, however). I am curious how and where Scala object types are implemented?
source share