fromFqName

fun CallableId.Companion.fromFqName(fqName: FqName): CallableId

Attempts to parse the given fqName and convert it to a CallableId. If the conversion to CallableId fails, an IllegalStateException is thrown.