[FIR] FirSymbolNamesProvider: Add missing get to mayHaveSyntheticFunctionTypes
This commit is contained in:
committed by
Space Team
parent
6474ff88fa
commit
07c5f6fd22
+1
-1
@@ -90,7 +90,7 @@ abstract class FirSymbolNamesProvider {
|
|||||||
* [FirSymbolProvider] can provide generated function types. The value should be constant, which allows composite symbol providers to
|
* [FirSymbolProvider] can provide generated function types. The value should be constant, which allows composite symbol providers to
|
||||||
* cache the result and achieve acceptable performance.
|
* 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.
|
* Whether [classId] is considered a generated function type within the provider's scope and session.
|
||||||
|
|||||||
Reference in New Issue
Block a user