fun FirSymbolProvider.getClassDeclaredFunctionSymbols(classId: ClassId, name: Name): List<FirNamedFunctionSymbol> {
deleted without a replacement because of a particular reason? I'm working on plugin upgrade and used this function before.
I can simply copy the necessary codes from FirSymbolProvider as a workaround, so not really a problem, asking just to be sure.
In contrast
`fun FirSymbolProvider.getClassDeclaredPropertySymbols(classId: ClassId, name: Name): List<FirVariableSymbol<*>> {``
got replacement:
fun FirSession.getClassDeclaredPropertySymbols(classId: ClassId, name: Name): List<FirVariableSymbol<*>> {