[FIR] FirSymbolNamesProvider: Add missing get to mayHaveSyntheticFunctionTypes

This commit is contained in:
Marco Pennekamp
2023-10-23 17:42:57 +02:00
committed by Space Team
parent 6474ff88fa
commit 07c5f6fd22
@@ -90,7 +90,7 @@ abstract class FirSymbolNamesProvider {
* [FirSymbolProvider] can provide generated function types. The value should be constant, which allows composite symbol providers to
* cache the result and achieve acceptable performance.
*/
open val mayHaveSyntheticFunctionTypes: Boolean = false
open val mayHaveSyntheticFunctionTypes: Boolean get() = false
/**
* Whether [classId] is considered a generated function type within the provider's scope and session.