Closed
Description
Here're steps for reproduction:
$ polyglot --jvm --shell
GraalVM MultiLanguage Shell 21.0.0
Copyright (c) 2013-2020, Oracle and/or its affiliates
Ruby version 2.7.2
Squeak/Smalltalk version 21.1.0-dev
ruby> Truffle::Interop.has_source_location?(Array)
true
ruby> Truffle::Interop.source_location(Array)
null
ruby> Truffle::Interop.has_source_location?(ObjectSpace)
true
ruby> Truffle::Interop.source_location(ObjectSpace)
null