Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for updateArgumentModeFromAnnotations (3.81 sec)

  1. analysis/analysis-api-fe10/src/org/jetbrains/kotlin/analysis/api/descriptors/components/KtFe10PsiTypeProvider.kt

                if (type.fe10Type.arguments.isEmpty())
                    typeMappingMode
                else
                    typeMappingMode.updateArgumentModeFromAnnotations(
                        type.fe10Type,
                        typeMapper.typeContext,
                        suppressWildcards,
                    )
            }
        }
    
    Plain Text
    - Registered: Fri May 03 08:18:13 GMT 2024
    - Last Modified: Thu Mar 28 16:10:07 GMT 2024
    - 6.4K bytes
    - Viewed (0)
  2. analysis/analysis-api-fir/src/org/jetbrains/kotlin/analysis/api/fir/components/KtFirPsiTypeProvider.kt

    import org.jetbrains.kotlin.psi.psiUtil.parents
    import org.jetbrains.kotlin.psi.psiUtil.parentsWithSelf
    import org.jetbrains.kotlin.types.model.SimpleTypeMarker
    import org.jetbrains.kotlin.types.updateArgumentModeFromAnnotations
    import org.jetbrains.kotlin.utils.addToStdlib.firstIsInstanceOrNull
    import java.text.StringCharacterIterator
    
    internal class KtFirPsiTypeProvider(
        override val analysisSession: KtFirAnalysisSession,
    Plain Text
    - Registered: Fri Apr 26 08:18:10 GMT 2024
    - Last Modified: Fri Apr 12 13:29:57 GMT 2024
    - 18.6K bytes
    - Viewed (0)
Back to top