```At this time, JavaScript does not support the f...
# javascript
f
Copy code
At this time, JavaScript does not support the full Kotlin reflection API. The only supported part of the API is the ::class syntax which allows you to refer to the class of an instance, or the class corresponding to the given type. The value of a ::class expression is a stripped-down KClass implementation that only supports the simpleName and isInstance members.
from https://kotlinlang.org/docs/reference/js-reflection.html