Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for mayBe (0.07 sec)

  1. analysis/analysis-api-standalone/analysis-api-fir-standalone-base/src/org/jetbrains/kotlin/analysis/api/standalone/base/services/LLStandaloneFirElementByPsiElementChooser.kt

        @Suppress("DEPRECATION_ERROR")
        private fun KtTypeReference.toKotlinTypeReference(): FirTypeRef {
            // Maybe resolve all types here to not to work with FirTypeRef directly
            return PsiRawFirBuilder(
                createEmptySession(),
                DummyScopeProvider,
                bodyBuildingMode = BodyBuildingMode.NORMAL
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Wed May 15 11:34:07 UTC 2024
    - 14.2K bytes
    - Viewed (0)
  2. analysis/analysis-api-fir/src/org/jetbrains/kotlin/analysis/api/fir/components/KaFirResolver.kt

            // TODO: Ideally, we should get the substitutor from the candidate. But it seems there is no way to get the substitutor from the
            //  candidate, `Candidate.substitutor` is not complete. maybe we can carry over the final substitutor if it's available from
            //  body resolve phase?
            val substitutor = when (fir) {
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Tue Jun 11 15:45:42 UTC 2024
    - 73K bytes
    - Viewed (0)
Back to top