Silly question: what is difference between `fqName...
# compiler
a
Silly question: what is difference between
fqNameUnsafe
and
fqNameSafe
defined as extension function in
DeclarationDescriptor
in
kotlin-complier-embeddable
h
in short, what the name implies if the descriptor does not have a valid FQName, instead of returning an invalid FQName,
fqNameSafe
will throw an assertion error
a
Thanks @Haroon Iftikhar for the reply. In what cases
descriptor
will not have valid FQName?