fqNameSafe

fun KtNamedDeclaration.fqNameSafe(): FqName?(source)

For a declaration with a name wrapped in backticks, this returns a name with those backticks. The regular fqName property does not.

Since

0.12.0