jvmSimpleNames

internal fun KtNamedDeclaration.jvmSimpleNames(): Set<String>

Returns any custom names defined by @JvmName(...), the default setter/getter names if it's a property, or the same names as used by Kotlin for anything else.

Sources

Link copied to clipboard