Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for FirTypeScopeWithSyntheticProperties (0.29 sec)

  1. analysis/analysis-api-fir/src/org/jetbrains/kotlin/analysis/api/fir/components/KtFirScopeProvider.kt

            val syntheticPropertiesScope = getFirSyntheticPropertiesScope(coneType, this) ?: return this
            return FirTypeScopeWithSyntheticProperties(typeScope = this, syntheticPropertiesScope)
        }
    }
    
    private class FirTypeScopeWithSyntheticProperties(
        val typeScope: FirTypeScope,
        val syntheticPropertiesScope: FirSyntheticPropertiesScope,
    ) : FirDelegatingTypeScope(typeScope) {
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Wed May 22 06:28:34 UTC 2024
    - 18.7K bytes
    - Viewed (0)
Back to top